Viewing file: 7721bffb6c6e3190402fd77aed772bfe4df7f09b.php (1.12 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('content'); ?> <header class="masthead" style="<?php echo e('background-image: url('.config('global.restorant_details_cover_image').')'); ?>"> <div class="container h-100"> <div class="row h-100 align-items-center"> <div class="col-12 text-center"> <h1 class="display-2 page-title"><?php echo e($page->title); ?></h1> </div> </div> </div> </header> <section class="section"> <div class="container container-pages"> <div class="row"> <div class="col-lg-12"> <div class="title white"> <?php echo $page->content; ?>
</div> </div> </div> </div>
</section> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.front', ['class' => ''], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/wataxi.picotech.app/public_html/resources/views/pages/show.blade.php ENDPATH**/ ?>
|