IMMREX7
<?php $__env->startSection('content'); ?>
<div class="row clearfix">
<div class="col-sm-6">
<div class="card">
<div class="header">
<h2><strong>Excel(Book Data)</strong>
<a href="<?php echo e(asset('book_schoolmis.xlsx')); ?>" class="btn btn-sm btn-danger">View Format</a>
</h2>
</div>
<div class="body">
<?php echo Form::open(['url' => 'school/bookimport', '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> 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 -