@if (is_show('student_first_name'))
@endif
@if (is_show('student_last_name'))
@endif
@if (is_show('student_phone'))
@endif
@if (is_show('cpr_no'))
@endif
@if (is_show('student_email'))
@endif
@if (is_show('student_dob'))
@endif
@if (is_show('student_photo'))
@endif
@if (is_show('session'))
@if ($errors->has('session'))
{{ $errors->first('session') }}
@endif
@endif
@if (is_show('class'))
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
@endif
@if (is_show('section'))
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
@endif
@if (is_show('shift'))
@if ($errors->has('shift'))
{{ $errors->first('shift') }}
@endif
@endif
@if (is_show('gender'))
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@endif
@if (is_show('religion'))
@if ($errors->has('religion'))
{{ $errors->first('religion') }}
@endif
@endif
@if (is_show('previous_school'))
@if ($errors->has('previous_school'))
{{ $errors->first('previous_school') }}
@endif
@endif
@if (is_show('previous_school_info'))
@if ($errors->has('previous_school_info'))
{{ $errors->first('previous_school_info') }}
@endif
@endif
@if (is_show('previous_school_doc'))
@endif
@if (is_show('place_of_birth'))
@endif
@if (is_show('nationality'))
@endif
@if (is_show('spoken_lang_at_home'))
@endif
@if (is_show('residance_address'))
@endif
@if (is_show('student_document'))
@endif
{{--
--}}
{{--
--}}
{{--
--}}
{{-- mail-script.js --}}