Viewing file: 9577f0aed453c94b9ffb449ce750051b.php (1.95 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_settings('app_name')); ?> -<?php echo e($page->title); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('header'); ?>
<div class="container"> <div class="page-banner"> <div class="row justify-content-center align-items-center h-100"> <div class="col-md-6"> <nav aria-label="Breadcrumb"> <ul class="breadcrumb justify-content-center py-0 bg-transparent"> <li class="breadcrumb-item"><a href="<?php echo e(route('home')); ?>">Home</a></li> <li class="breadcrumb-item active"><?php echo e($page->name); ?></li> </ul> </nav> <h1 class="text-center"><?php echo e($page->name); ?></h1> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('main-section'); ?>
<div class="page-section"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12 py-3"> <h2 class="title-section"><?php echo e(get_settings('app_name')); ?> - <?php echo e($page->title); ?></h2> <div class="divider"></div> <p><?php echo e($page->description); ?></p> </div> <div class="col-lg-6 py-3 d-none"> <div class="img-fluid py-3 text-center"> <img src="../assets/img/about_frame.png" alt=""> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.frontLayout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/test.sms.picotech.app/public_html/resources/views/front/page.blade.php ENDPATH**/ ?>
|