@extends('frontend.master') @section('title') {{ ___('frontend.online_admission') }} @endsection @push('css') @endpush @section('main')
@if (session('message'))
{{ session('message') }}
@else
{{ ___('frontend.please_fill_out_the_form_for_admission_guidance_and_information') }}.
@endif
@csrf
@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'))
@if ($errors->has('previous_school_info')) {{ $errors->first('previous_school_info') }} @endif
@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 {{--
--}} @if (is_show('gurdian_name'))
@endif @if (is_show('gurdian_phone'))
@endif @if (is_show('gurdian_photo'))
@endif @if (is_show('gurdian_profession'))
@endif {{--
--}} {{--
--}} @if (is_show('father_name'))
@endif @if (is_show('father_phone'))
@endif @if (is_show('father_nationality'))
@endif @if (is_show('father_photo'))
@endif @if (is_show('father_profession'))
@endif {{--
--}} {{--
--}} @if (is_show('mother_name'))
@endif @if (is_show('mother_phone'))
@endif @if (is_show('mother_photo'))
@endif @if (is_show('mother_profession'))
@endif {{--
--}}
{{-- mail-script.js --}}
@endsection @push('script') @endpush