IMMREX7

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

<?php $__env->startSection('content'); ?>
<div class="row clearfix">
    <div class="col-sm-12">
        <div class="card">
            <div class="header">
                <h2><strong>Pay Transport Fees</strong></h2>
            </div>
            <div class="body table-responsive">
                <?php echo Form::open(['method' => 'GET',  'action' => ['School\BusFeepaymentController@index'], 'class' => 'form-horizontal']); ?>

                <div class="row clearfix">
                    <div class="col-sm-2"></div>
                    <div class="col-sm-2 form-control-label">
                        <label for="classname">Financial Year</label>
                    </div>
                    <div class="col-sm-3">
                        <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 js-basic-example dataTable">
                    <thead>
                        <tr>
                            <th>Photo</th>
                            <th>EC No.</th>
                            <th>Name</th>
                            <th>Father</th>
                            <th>Class</th>
                            <th>Section</th>
                            <th>Mobile</th>
                            <th>Route Name</th>
                            <th>Stop Name</th>
                            <th>Action</th>
                        </tr>
                    </thead>
                    <tbody>
                        <?php $__currentLoopData = $stdtransport; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php if(isset($value->student)): ?>
                        <?php if($value->student->isActive == "Y"): ?>
                        <tr>
                            <th scope="row">
                                <img src="<?php echo e(asset('storage/schools/'.$value->idSchool.'/students/'.$value->student->photo)); ?>" height="60">
                            </th>
                            <td><?php echo e($value->student->ecNo); ?></td>
                            <td><?php echo e($value->student->firstName); ?> <?php echo e($value->student->middleName); ?> <?php echo e($value->student->lastName); ?></td>
                            <td><?php echo e($value->student->father_fname); ?> <?php echo e(isset($value->student->father_lname) ? $value->student->father_lname : ''); ?></td>
                            <td><?php echo e($value->student->classM->className); ?></td>
                            <td><?php echo e($value->student->section->sectionName); ?></td>
                            <td><?php echo e($value->student->father_mobile); ?></td>
                            <td><?php echo e($value->route->routeName); ?></td>
                            <td><?php echo e($value->stop->stopName); ?></td>
                            <td>
                                <a href='<?php echo e(url('/school/busfees/'.$value->idStdTransport.'/details')); ?>'  class="btn btn-sm btn-warning" target="_blank"><i class="fa fa-edit"></i>Select</a>
                            </td>
                        </tr>
                                <?php endif; ?>
                                <?php endif; ?>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </tbody>
                </table>
            </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