Viewing file: b49cec156e4e224f563f2672e35dd32050b80437.php (2.26 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> About <?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> <div class="container container-margin-top"> <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('front.index')); ?>">Home</a></li> <li class="breadcrumb-item active">About</li> </ul> </nav> <h1 class="text-center">About Us</h1> </div> </div> </div> </div> <main> <div class="page-section"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6 py-3"> <div class="img-fluid text-center"> <?php if(isset($template->sec_thr_bg_image_file) && $template->sec_thr_bg_image_file): ?> <img src="<?php echo e(asset('uploads/'.$template->sec_thr_bg_image_file)); ?>" class="img-fluid" alt=""> <?php endif; ?> </div> </div> <div class="col-lg-6 py-3 pr-lg-5"> <h2 class="title-section"><?php echo e(isset($template->sec_thr_title)?$template->sec_thr_title:''); ?></h2> <div class="divider"></div> <p><?php echo e(isset($template->sec_thr_description)?$template->sec_thr_description:''); ?></p> </div> </div> </div> <!-- .container --> </div> <!-- .page-section --> </main> <?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-scripts'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/test.gateway.picotech.app/public_html/resources/views/front/about.blade.php ENDPATH**/ ?>
|