IMMREX7

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

<?php $__env->startSection('content'); ?>
<div class="row clearfix">
    <div class="col-lg-12 col-md-12 col-sm-12">
        <div class="card">
            <div class="header">
                <h2><strong>Send SMS </strong>To Present Student(Today)</h2>
            </div>

            <div class="body table-responsive" style="padding-top: 0px;">
                <?php echo Form::open(['url' => 'school/sendsmstopresent',  'class' => 'form-horizontal']); ?>

                <div style="float:right;">
                    <?php echo Form::submit('CONFIRM AND SEND',['class' => 'btn btn-raised btn-success btn-round waves-effect']); ?>

                </div>
                <table class="table table-bordered">
                    <thead>

                    </thead>
                    <tbody>
                        <?php if(count($present)>0): ?>
                        <?php $__currentLoopData = $present; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $var): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php if(isset($var->ecNo)): ?>
                        <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>
                                <input type="checkbox" name='students[<?php echo e($var->idStudent); ?>]' value="<?php echo e($var->idStudent); ?>" checked="checked">
                            </td>

                        </tr>
                         <?php endif; ?>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        <?php endif; ?>
                    </tbody>

                </table>
            </div>
            <?php echo Form::close(); ?> 

        </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