IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/9343af235d2bd756188bcd2022e67513e6629f84.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/stdtransaction-extra/cancelrcpt', 'class' => 'form-horizontal']); ?>

            <?php if($transaction->idTransaction!=null): ?>
            <input type="hidden" name="idTransaction" value="<?php echo e($transaction->idTransaction); ?>">  
            <input type="hidden" name="type" value="Full">  
            <?php else: ?>
            <input type="hidden" name="idLesserTransaction" value="<?php echo e($transaction->idLesserTransaction); ?>">  
            <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