IMMREX7
<?php $__env->startSection('content'); ?>
<div class="row clearfix">
<div class="col-sm-12">
<div class="card">
<div class="header">
<h2><strong>Upload </strong>Template</h2>
</div>
<div class="card-body">
<p style="color: red;"><b><u>Note</u> </b> If you have not downloaded the template . <a href="/school/exam-print/master"><u><b>Click here to download</b></u></a></p>
<p>Upload the sheet after the marks information is filled.</p>
<div class="clearfix">
<form id="importForm" action="/school/exam-print/master" method="POST" enctype="multipart/form-data" class="row">
<div class="col-sm-1 form-control-label">
<label for="classname">Class</label>
</div>
<div class="col-sm-2">
<div class="form-group">
<?php echo Form::select('idClass',$classes,null,['class' => 'form-control select2 show-tick ms','required'=>'required']); ?>
</div>
</div>
<div class="col-sm-1 form-control-label">
<label for="classname">Type</label>
</div>
<div class="col-sm-2">
<div class="form-group">
<?php echo Form::select('idType',['S' => 'Scholastic Area','O' => 'Other Area'],null,['class' => 'form-control show-tick ms','required'=>'required']); ?>
</div>
</div>
<div class="col-sm-4">
<input type="hidden" name="_token" value="<?php echo e(csrf_token()); ?>" />
<input type="file" name="file" id="fileInput" class="form-control d-inline w-auto" required>
<button type="submit" id="validateAndSubmit" class="btn btn-primary" style="margin-top: 20px;">Upload Excel</button>
</div>
</form>
</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 -