IMMREX7

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

<?php $__env->startSection('content'); ?>
<div role="tabpanel" class="tab-pane in active" id="details" aria-expanded="true">
    <div class="card" id="details">
        <div class="body">                                
            <div class="row">
                <div class="col-sm-6 col-sm-offset-1">
                    <address>
                        <strong> Student Name : </strong><?php echo e($student->firstName); ?> <?php echo e($student->middleName); ?> <?php echo e($student->lastName); ?><br>
                        <strong> Ec No. : </strong><?php echo e($student->ecNo); ?><br>
                        <strong> Receipt No. : </strong><?php echo e($transaction->receiptNo); ?><br>
                    </address>
                </div>
            </div>
            <div class="mt-40"></div>
            <?php echo Form::open(['url' => 'school/busfees/cancelrcpt', 'class' => 'form-horizontal']); ?>

            <?php if($transaction->idBusTransaction!=null): ?>
            <input type="hidden" name="idBusTransaction" value="<?php echo e($transaction->idBusTransaction); ?>">  
            <input type="hidden" name="type" value="Full">  
            <?php else: ?>
            <input type="hidden" name="idBusLesserTransaction" value="<?php echo e($transaction->idBusLesserTransaction); ?>">  
            <input type="hidden" name="type" value="Less"> 
            <?php endif; ?>                         
            <div class="row clearfix">
                <div class="col-sm-2 form-control-label">
                    <label for="classname" class="required">Remarks</label>
                </div>
                <div class="col-sm-4">
                    <div class="form-group">
                        <?php echo Form::textarea('remarks',null,['class' => 'form-control','size'=>'30x2']); ?>

                        <?php if($errors->has('remarks')): ?>
                        <label id="minmaxlength-error" class="error" for="minmaxlength">
                            <strong><?php echo e($errors->first('remarks')); ?></strong>
                        </label>
                        <?php endif; ?>

                    </div>
                </div>
            </div>
            <div class="row clearfix">
                <div class="col-sm-8 offset-sm-2">
                    <?php echo Form::submit('CANCEL',['class' => 'btn btn-raised btn-danger btn-round waves-effect','id'=>'submit-btn']); ?>

                    <?php echo Form::close(); ?> 
                </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