Viewing file: 624ff18e1eba7e828017a045c26fa6649922597b.php (1.85 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> Features <?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"><?php echo e($page->name); ?></li>
</ul>
</nav>
<h1 class="text-center"><?php echo e($page->name); ?></h1>
</div>
</div>
</div>
</div>
<main>
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-12 py-3">
<h2 class="title-section custom-title"><?php echo e(get_settings('app_name')); ?> - <span class="marked"><?php echo e($page->title); ?></span></h2>
<div class="divider"></div>
<p class="mb-5"><?php echo e($page->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/gateway.picotech.app/public_html/resources/views/front/page.blade.php ENDPATH**/ ?>
|