@extends('layouts.dashboard') @section('title-content')
This section imports new students and generate registration numbers from the excel file of this format {{ link_to(asset('assets/uploads/formats/admission_format.xlsx'), 'Required Excel File Format') }} .Select the Excel file to import and click the button generate to generate student registration numbers and enroll to their respective programme.
{!! Form::open([ 'route' => 'excels.import-student-stores', 'class' => 'create-student', 'method' => 'POST', 'role' => 'form', 'enctype' => 'multipart/form-data', ]) !!} {{-- {{ Form::open(['route' => 'excels.import-student-store','class'=>'create-product','method'=>'POST','role' => 'form', 'enctype' => 'multipart/form-data'])}} --}}