@extends('backEnd.master') @section('title') @lang('student.student_import') @endsection @push('css') @endpush @section('mainContent')

@lang('common.select_criteria')

{{ Form::open([ 'class' => 'form-horizontal', 'files' => true, 'route' => 'student_bulk_store', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'student_form', ]) }}

1. @lang('student.point1')
2. @lang('student.point2')
3. @lang('student.point3')
4. @lang('student.point4')
5. @lang('student.point6')( @foreach ($genders as $gender) {{ $gender->id . '=' . $gender->base_setup_name . ',' }} @endforeach ).
6. @lang('student.point7')( @foreach ($blood_groups as $blood_group) {{ $blood_group->id . '=' . $blood_group->base_setup_name . ',' }} @endforeach ).
7. @lang('student.point8')( @foreach ($religions as $religion) {{ $religion->id . '=' . $religion->base_setup_name . ',' }} @endforeach ).
8. For relation with guardian (F=Father, M=Mother, O=Other)
9. Please follow this date format(2020-06-15) for Date of birth & Admission date

@if (moduleStatusCheck('University')) @includeIf( 'university::common.session_faculty_depart_academic_semester_level', [ 'hide' => ['USUB'], 'required' => ['US', 'UD', 'USN', 'USL', 'UA', 'USEC'], ] )
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@else
@if ($errors->has('session')) {{ $errors->first('session') }} @endif
loader
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@endif
{{ Form::close() }}
@endsection