@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.studentDetail.title_singular') }}
@csrf
@if($errors->has('user')) {{ $errors->first('user') }} @endif {{ trans('cruds.studentDetail.fields.user_helper') }}
@if($errors->has('course')) {{ $errors->first('course') }} @endif {{ trans('cruds.studentDetail.fields.course_helper') }}
@if($errors->has('first_name')) {{ $errors->first('first_name') }} @endif {{ trans('cruds.studentDetail.fields.first_name_helper') }}
@if($errors->has('middle_name')) {{ $errors->first('middle_name') }} @endif {{ trans('cruds.studentDetail.fields.middle_name_helper') }}
@if($errors->has('last_name')) {{ $errors->first('last_name') }} @endif {{ trans('cruds.studentDetail.fields.last_name_helper') }}
@if($errors->has('date_of_birth')) {{ $errors->first('date_of_birth') }} @endif {{ trans('cruds.studentDetail.fields.date_of_birth_helper') }}
@if($errors->has('disabaility')) {{ $errors->first('disabaility') }} @endif {{ trans('cruds.studentDetail.fields.disabaility_helper') }}
@if($errors->has('nationality')) {{ $errors->first('nationality') }} @endif {{ trans('cruds.studentDetail.fields.nationality_helper') }}
@if($errors->has('caste')) {{ $errors->first('caste') }} @endif {{ trans('cruds.studentDetail.fields.caste_helper') }}
@if($errors->has('mother_tongue')) {{ $errors->first('mother_tongue') }} @endif {{ trans('cruds.studentDetail.fields.mother_tongue_helper') }}
@if($errors->has('adhar_no')) {{ $errors->first('adhar_no') }} @endif {{ trans('cruds.studentDetail.fields.adhar_no_helper') }}
@if($errors->has('hostel_accomadation')) {{ $errors->first('hostel_accomadation') }} @endif {{ trans('cruds.studentDetail.fields.hostel_accomadation_helper') }}
@if($errors->has('address')) {{ $errors->first('address') }} @endif {{ trans('cruds.studentDetail.fields.address_helper') }}
@if($errors->has('country')) {{ $errors->first('country') }} @endif {{ trans('cruds.studentDetail.fields.country_helper') }}
@if($errors->has('district')) {{ $errors->first('district') }} @endif {{ trans('cruds.studentDetail.fields.district_helper') }}
@if($errors->has('state')) {{ $errors->first('state') }} @endif {{ trans('cruds.studentDetail.fields.state_helper') }}
@if($errors->has('pincode')) {{ $errors->first('pincode') }} @endif {{ trans('cruds.studentDetail.fields.pincode_helper') }}
@if($errors->has('tenth_exam_board')) {{ $errors->first('tenth_exam_board') }} @endif {{ trans('cruds.studentDetail.fields.tenth_exam_board_helper') }}
@if($errors->has('school_name')) {{ $errors->first('school_name') }} @endif {{ trans('cruds.studentDetail.fields.school_name_helper') }}
@if($errors->has('tenth_passing_year')) {{ $errors->first('tenth_passing_year') }} @endif {{ trans('cruds.studentDetail.fields.tenth_passing_year_helper') }}
@if($errors->has('pursued_after')) {{ $errors->first('pursued_after') }} @endif {{ trans('cruds.studentDetail.fields.pursued_after_helper') }}
@if($errors->has('puc_exam_board')) {{ $errors->first('puc_exam_board') }} @endif {{ trans('cruds.studentDetail.fields.puc_exam_board_helper') }}
@if($errors->has('college_name')) {{ $errors->first('college_name') }} @endif {{ trans('cruds.studentDetail.fields.college_name_helper') }}
@if($errors->has('puc_passing_year')) {{ $errors->first('puc_passing_year') }} @endif {{ trans('cruds.studentDetail.fields.puc_passing_year_helper') }}
@foreach(App\Models\StudentDetail::WHAT_IS_THE_STATUS_OF_YOUR_RESULT_RADIO as $key => $label)
@endforeach @if($errors->has('what_is_the_status_of_your_result')) {{ $errors->first('what_is_the_status_of_your_result') }} @endif {{ trans('cruds.studentDetail.fields.what_is_the_status_of_your_result_helper') }}
@foreach(App\Models\StudentDetail::ENTRANCE_EXAM_RADIO as $key => $label)
@endforeach @if($errors->has('entrance_exam')) {{ $errors->first('entrance_exam') }} @endif {{ trans('cruds.studentDetail.fields.entrance_exam_helper') }}
@if($errors->has('exam_name')) {{ $errors->first('exam_name') }} @endif {{ trans('cruds.studentDetail.fields.exam_name_helper') }}
@if($errors->has('rank')) {{ $errors->first('rank') }} @endif {{ trans('cruds.studentDetail.fields.rank_helper') }}
@foreach(App\Models\StudentDetail::WORK_EXPERINCE_RADIO as $key => $label)
@endforeach @if($errors->has('work_experince')) {{ $errors->first('work_experince') }} @endif {{ trans('cruds.studentDetail.fields.work_experince_helper') }}
@if($errors->has('organization_name')) {{ $errors->first('organization_name') }} @endif {{ trans('cruds.studentDetail.fields.organization_name_helper') }}
@if($errors->has('designation')) {{ $errors->first('designation') }} @endif {{ trans('cruds.studentDetail.fields.designation_helper') }}
@if($errors->has('from_date')) {{ $errors->first('from_date') }} @endif {{ trans('cruds.studentDetail.fields.from_date_helper') }}
@if($errors->has('to_date')) {{ $errors->first('to_date') }} @endif {{ trans('cruds.studentDetail.fields.to_date_helper') }}
@if($errors->has('experince')) {{ $errors->first('experince') }} @endif {{ trans('cruds.studentDetail.fields.experince_helper') }}
@if($errors->has('images')) {{ $errors->first('images') }} @endif {{ trans('cruds.studentDetail.fields.images_helper') }}
@if($errors->has('id_proof')) {{ $errors->first('id_proof') }} @endif {{ trans('cruds.studentDetail.fields.id_proof_helper') }}
@if($errors->has('tenth_certificate')) {{ $errors->first('tenth_certificate') }} @endif {{ trans('cruds.studentDetail.fields.tenth_certificate_helper') }}
@if($errors->has('twelth_certificate')) {{ $errors->first('twelth_certificate') }} @endif {{ trans('cruds.studentDetail.fields.twelth_certificate_helper') }}
@if($errors->has('transfter_certificate')) {{ $errors->first('transfter_certificate') }} @endif {{ trans('cruds.studentDetail.fields.transfter_certificate_helper') }}
@if($errors->has('migration_certificate')) {{ $errors->first('migration_certificate') }} @endif {{ trans('cruds.studentDetail.fields.migration_certificate_helper') }}
@if($errors->has('mother_name')) {{ $errors->first('mother_name') }} @endif {{ trans('cruds.studentDetail.fields.mother_name_helper') }}
@if($errors->has('guardian_name')) {{ $errors->first('guardian_name') }} @endif {{ trans('cruds.studentDetail.fields.guardian_name_helper') }}
@if($errors->has('father_name')) {{ $errors->first('father_name') }} @endif {{ trans('cruds.studentDetail.fields.father_name_helper') }}
@if($errors->has('profession')) {{ $errors->first('profession') }} @endif {{ trans('cruds.studentDetail.fields.profession_helper') }}
@if($errors->has('phone_no')) {{ $errors->first('phone_no') }} @endif {{ trans('cruds.studentDetail.fields.phone_no_helper') }}
@if($errors->has('parent_email')) {{ $errors->first('parent_email') }} @endif {{ trans('cruds.studentDetail.fields.parent_email_helper') }}
@if($errors->has('city')) {{ $errors->first('city') }} @endif {{ trans('cruds.studentDetail.fields.city_helper') }}
@if($errors->has('payement_status')) {{ $errors->first('payement_status') }} @endif {{ trans('cruds.studentDetail.fields.payement_status_helper') }}
@endsection @section('scripts') @endsection