Viewing file: 8f2a4236f38619d3df0a5a5bac77299dc5765847.php (1.05 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title', 'Home School Name'); ?>
<?php $__env->startSection('css'); ?>
<style>
.details_right{
background: #f19300 !important;
}
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="leftCon">
<div id="node-1083" class="node node-type-notice">
<h2><?php echo e($routine->title); ?></h2>
<div class="node-info">
</div><div class="node-body">
<p><img src="<?php echo e(asset('assets/uploads/routine/'.$routine->image)); ?>" alt="mot binimoy sova " width="100%"></p></div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('js'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.index', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/anandabazargirlsschool/public_html/resources/views/frontend/routines/routine_detail.blade.php ENDPATH**/ ?>
|