Viewing file: 6460cdd732691faa7b2f5acadebb38ca.php (1022 B) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('content'); ?>
<!--==== START BREADCUMB ====-->
<section class="page-crumb">
<div class="otrixcontainer">
<ul class="cd-breadcrumb">
<li><a href="<?php echo e(url('/')); ?>">Home</a></li>
<li class="current"><?php echo e(isset($cms->title)?$cms->title:''); ?></li>
</ul>
<div class="page-title"><?php echo e(isset($cms->heading)?$cms->heading:''); ?></div>
</div>
</section>
<!--==== END BREADCUMB ====-->
<section class="content">
<div class="otrixcontainer">
<?php if(isset($cms->description) && $cms->description): ?>
<?php echo $cms->description; ?>
<?php endif; ?>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.app', ['class' => 'bg-white'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/smab.picotech.app/public_html/resources/views/frontend/cms/index.blade.php ENDPATH**/ ?>
|