Viewing file: c6c8347c0477e9b735fb8889f43f1ce19b910b66.php (1.37 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_school_name()); ?>
<?php $__env->stopSection(); ?>
<?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($exam_routine->title); ?></h2> <div class="node-info">
<ol class="nodeattachments"> <li><span><?php echo e($exam_routine->file); ?></span> <a href="<?php echo e(route('exam.routine.download', [$exam_routine->image])); ?>"> <img src="<?php echo e(asset('assets/images/Download-Button.png')); ?>" alt="<span><?php echo e($exam_routine->image); ?></span>"> </a> </li> </ol>
</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/picotech/domains/school.picotech.app/public_html/resources/views/frontend/exam_routine/routine_detail.blade.php ENDPATH**/ ?>
|