관리-도구
편집 파일: 25322ad043b651a28ea9bd2eb245d3eb.php
<?php $__env->startSection('title', $businessPage?->title); ?> <?php $__env->startSection('content'); ?> <div class="container for-container"> <div class="business-pages-banner-section mt-4 <?php echo e(empty($businessPage?->description) ? 'mb-4' : ''); ?>" data-bg-img="<?php echo e(getStorageImages(path: $businessPage?->banner_full_url, type: 'business-page')); ?>"> <div class="container"> <h1 class="text-center text-capitalize font-semi-bold fs-24"><?php echo e($businessPage?->title); ?></h1> </div> </div> <?php if(!empty($businessPage?->description)): ?> <div class="card my-4"> <div class="card-body"> <div class="for-padding"> <?php echo $businessPage?->description; ?> </div> </div> </div> <?php endif; ?> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.front-end.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home2/slnssare/public_html/resources/themes/default/web-views/pages/business_page.blade.php ENDPATH**/ ?>