Viewing file: 2d033d7a9a68f9b7d735e5da47a1ea67.php (1.3 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?>
<?php echo e(__('Home')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('styleplugins'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="container mt-5 pt-5">
<div class="row">
<div class="col-12">
<div class="conditions-herder">
<?php if($conditions->title): ?>
<h1><?php echo e($conditions->title); ?></h1>
<p>Updated At<?php echo e(\Carbon\Carbon::parse($conditions->updated_at)->format('Y-m-d')); ?></p>
<hr>
<?php endif; ?>
</div>
<div class="conditions-body">
<?php if($conditions->details): ?>
<?php echo $conditions->details; ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('jsplugins'); ?>
<?php $__env->stopSection(); ?> <?php echo $__env->make('master.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\PicTech\unipin\unipin\core\resources\views/front/conditions.blade.php ENDPATH**/ ?>
|