File: /home/armgroup/libs/storage/framework/views/b7ae949f5482e62e1955f07cd5ddcb947394cffa.php
<?php $__env->startSection('content'); ?>
<div class="container body-content ps-0 pe-0">
<div class="row mt-5 mb-5">
<div class="col-lg-11 col-12 ps-0 mx-auto">
<div class="card pt-2 pb-3">
<div class="card-body">
<h3 class="title-section text-center"><?php echo e($page->title); ?></h3>
<?php if($page->image): ?>
<div class="text-center mb-4">
<img src="<?php echo e(asset($page->image)); ?>"
alt="<?php echo e($page->title); ?>" class="img-fluid">
</div>
<?php endif; ?>
<div><?php echo $page->content; ?></div>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/masomi/armshop/resources/views/frontend/pages/show.blade.php ENDPATH**/ ?>