Viewing file: 17f200d638aa26971924f0def518e1a5.php (1.4 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(isset($conditions) && isset($conditions->title) && $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(isset($conditions) && isset($conditions->details) && $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 /home/picotech/domains/game.picotech.app/public_html/core/resources/views/front/conditions.blade.php ENDPATH**/ ?>
|