@extends('admin/layouts/app') @section('page-title') Create Student | Simple Admission @endsection @section('page-breadcrumb')

Student

@endsection @section('main-content')

Create Student

@method('POST') @csrf
Basic Information
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('consultant_name')) {{ $errors->first('consultant_name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
Counselling
@if(Auth::user()->id == 1)
@endif

Student’s Interests

@if($errors->has('affiliate_institute')) {{ $errors->first('affiliate_institute') }} @endif
@if($errors->has('wants_to_admit')) {{ $errors->first('wants_to_admit') }} @endif
@if($errors->has('budget')) {{ $errors->first('budget') }} @endif
Application Information
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}}
MIST Entry
@if($errors->has('move_to')) {{ $errors->first('move_to') }} @endif
@if($errors->has('no_contact')) {{ $errors->first('no_contact') }} @endif
@if($errors->has('contact_later')) {{ $errors->first('contact_later') }} @endif
@if($errors->has('not_interested')) {{ $errors->first('not_interested') }} @endif
@if($errors->has('not_support')) {{ $errors->first('not_support') }} @endif
@if($errors->has('admission_process')) {{ $errors->first('admission_process') }} @endif
@if($errors->has('class_schedule')) {{ $errors->first('class_schedule') }} @endif
@if($errors->has('location_choice')) {{ $errors->first('location_choice') }} @endif
@if($errors->has('interested_partner')) {{ $errors->first('interested_partner') }} @endif
@if($errors->has('interested_without_partner')) {{ $errors->first('interested_without_partner') }} @endif
@if($errors->has('office_visit')) {{ $errors->first('office_visit') }} @endif
@if($errors->has('what_need')) {{ $errors->first('what_need') }} @endif
@if($errors->has('eligibility_problem')) {{ $errors->first('eligibility_problem') }} @endif
@if($errors->has('other_education_level')) {{ $errors->first('other_education_level') }} @endif
@if($errors->has('admitted_by_own')) {{ $errors->first('admitted_by_own') }} @endif
@if($errors->has('credit_transfer')) {{ $errors->first('credit_transfer') }} @endif
@if($errors->has('ieb_membership')) {{ $errors->first('ieb_membership') }} @endif
@if($errors->has('admission_test')) {{ $errors->first('admission_test') }} @endif
@if($errors->has('diploma_holder')) {{ $errors->first('diploma_holder') }} @endif
@if($errors->has('informed_by')) {{ $errors->first('informed_by') }} @endif
Back
@endsection @section('extra-css') @endsection @section('extra-script')