IMMREX7

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

<?php $__env->startSection('content'); ?>
<div class="row clearfix">
    <div class="col-sm-12">
        <div class="card">
            <div class="header">
                <div class="header">
                    <h2><strong>Collect Fees</strong></h2>
                </div>

                <div class="body table-responsive">
                    <?php echo Form::open(['method' => 'GET',  'action' => ['School\Hostel\HostelFeeController@index'], 'class' => 'form-horizontal']); ?>

                    <div class="row clearfix">
                        <div class="col-sm-3 form-control-label">
                            <label for="classname">Financial Year</label>
                        </div>
                        <div class="col-sm-5">
                            <div class="form-group">
                               <?php echo Form::select('idFinancialYear',fys(),null,['class' => 'form-control show-tick ms']); ?>

                            </div>
                        </div>
                        <div class="col-sm-2">
                            <?php echo Form::submit('Search',['class' => 'btn btn-raised btn-primary btn-round waves-effect']); ?>

                        </div>
                    </div>
                    <?php echo Form::close(); ?> 
                    <br>
                    <table class="table table-bordered table-striped table-hover dataTable js-basic-example">
                        <thead>
                            <tr>
                                <th>EC No.</th>
                                <th>Name</th>
                                <th>Father</th>
                                <th>Class</th>
                                <th>Section</th>
                                <th>Floor</th>
                                <th>Room</th>
                                <th>Bed</th>
                                <th>Action</th>
                            </tr>
                        </thead>
                        <tbody>
                            <?php $__currentLoopData = $students; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $var): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <tr>
                                <td><?php echo e($var->ecNo); ?></td>
                                <td><?php echo e($var->firstName); ?> <?php echo e($var->middleName); ?> <?php echo e($var->lastName); ?></td>
                                <td><?php echo e($var->father_fname); ?> <?php echo e($var->father_lname); ?></td>
                                <td><?php echo e($var->className); ?></td>
                                <td><?php echo e($var->sectionName); ?></td>
                                <td><?php echo e($var->floorName); ?></td>
                                <td><?php echo e($var->roomName); ?></td>
                                <td><?php echo e($var->bedName); ?></td>
                                <td><a class="btn btn-warning btn-sm" href="<?php echo e(url('/school/hostel-fees/'.$var->idStudent.'/details')); ?>">Select</a></td>
                            </tr>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        </tbody>
                    </table>
                </div>
            </div>
        </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