IMMREX7

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

<?php $__env->startSection('content'); ?>
<div class="row clearfix">
    <div class="col-sm-6">
        <div class="card">
            <div class="header">
                <h2><strong>Excel(Employee Data)</strong>
                <a href="<?php echo e(asset('employee_schoolmis.xlsx')); ?>" class="btn btn-sm btn-danger">View Format</a>
                </h2>
            </div>
            <div class="body">
                <?php echo Form::open(['url' => 'school/empexcelupload', 'class' => 'form-horizontal','files'=>true]); ?>

                
                <div class="row clearfix">
                    <div class="col-sm-4 form-control-label">
                        <label for="classname">Upload File(Excel Only)</label>
                    </div>
                    <div class="col-sm-4">
                        <div class="form-group">
                            <input type="file" name="excelfile" required="required" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel">
                            <?php if($errors->has('excelfile')): ?>
                            <label id="minmaxlength-error" class="error" for="minmaxlength">
                                <strong><?php echo e($errors->first('excelfile')); ?></strong>
                            </label>
                            <?php endif; ?>
                        </div>
                    </div>
                </div>
                <div class="row clearfix">
                    <div class="col-sm-8 offset-sm-2">
                        <?php echo Form::submit('UPLOAD',['class' => 'btn btn-raised btn-primary btn-round waves-effect']); ?>

                        <?php echo Form::close(); ?> 
                    </div>
                </div>
            </div>
        </div>
    </div>
     <div class="col-sm-6">
        <div class="card">
            <div class="header">
                <h2><strong>Uploading Instructions</strong></h2>
            </div>
            <div class="body table-responsive" style="font-weight: bold;">
                <p> 1. Before uploading the excel file delete the sheet 2 & sheet 3, keep only sheet 1 in the excel file.</p>
                <p> 2. Enrollment number must be in 8 digit numeric format.</p>
                <p> 3. First Name and last name column is mandatory, so don't leave it blank. If no data then replace it with "dot" Or "space".</p>
                <p> 4. Use state code in residential state column. You can find state code in the master section.</p>
                <p> 5. DOB format must be in DD-MM-YYYY</p>
                <p> 6. Check all mobile number fields are filled properly with 10 digit mobile number.</p>
                <p> 7. Still facing any difficulties? Please send the file to us at <a href="#">info@sppedtrackgps.in</a></p>
            </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