IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/1369aad4b4228f3e80220dc4471ae4685fcfd2d7.php

<?php $__env->startSection('content'); ?>
<div class="row clearfix">
    <div class="col-sm-12">
        <div class="card">
            <div class="header">
                <h2><strong>Exam  Details </strong></h2>
            </div>
            <div class="body table-responsive">
                <table class="table table-bordered table-striped table-hover js-basic-example dataTable">
                    <thead>
                        <tr>
                            <th>Exam Name</th>
                            <th>Class</th>
                            <th>Section</th>
                            <th>Subject</th>
                            <th>Start Time</th>
                            <th>Total Marks</th>
                        </tr>
                    </thead>
                    <tbody>
                      
                        <tr>
                            <td><?php echo e($value->examName); ?></td>
                            <td><?php echo e($value->classM->className); ?></td>
                            <td><?php if(isset($value->section->sectionName)): ?><?php echo e($value->section->sectionName); ?><?php else: ?> All <?php endif; ?></td>
                            <td><?php echo e($value->subjectName); ?></td>
                            <td><?php echo e($value->examDate); ?></td>
                            <td><?php echo e($value->totalMarks); ?></td>
                        </tr>    
                       
                    </tbody>
                </table>
            </div>
        </div>
    </div>
</div>
<div class="row clearfix">
    <div class="col-sm-12">
        <div class="card">
            <div class="header">
                <h2><strong>Exam  Questions </strong></h2>
            </div>
            <?php $i =1;?>
             <?php $__currentLoopData = $questions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $values): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <div class="row clearfix">
                            <div class="col-sm-11 offset-sm-1">
                             <div class="header">
                                <h2><strong>Marks  <?php echo e($values->marks); ?></strong></h2>
                             </div>
                            <p> Questions <?php echo e($i); ?> : <?php echo e($values->question); ?></p>
                            <p>A. <?php echo e($values->answerA); ?></p>
                            <p>B. <?php echo e($values->answerB); ?></p>
                            <p>C. <?php echo e($values->answerC); ?></p>
                            <p>D. <?php echo e($values->answerD); ?></p>
                            <p>Correct Answer : <?php echo e($values->answerCorrect); ?></p>
                        </div>        
                        </div> 
                <?php $i++;?>        
             <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </div>
    </div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('schools.school_layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Copyright © 2021 - 2025 IMMREX7