Educational Background
School
@if ($errors->has('education_school'))
{{ $errors->first('education_school') }}
@endif
Course Level
@if ($errors->has('education_course_level'))
{{ $errors->first('education_course_level') }}
@endif
Year of Graduation
@if ($errors->has('education_year'))
{{ $errors->first('education_year') }}
@endif
Relevant Qualifications
@if ($errors->has('relevant_qualifications'))
{{ $errors->first('relevant_qualifications') }}
@endif
Emergency Contact Information
Name:
@error('emergency_contact_name')
{{ $message }}
@enderror
Relationship:
@error('emergency_contact_relationship')
{{ $message }}
@enderror
Contact Number:
@error('emergency_contact_number')
{{ $message }}
@enderror
Emergency Contact Name
@if ($errors->has('emergency_contact_name'))
{{ $errors->first('emergency_contact_name') }}
@endif
Emergency Contact Number
@if ($errors->has('emergency_contact_number'))
{{ $errors->first('emergency_contact_number') }}
@endif
Emergency Contact Address
@if ($errors->has('emergency_contact_address'))
{{ $errors->first('emergency_contact_address') }}
@endif
Emergency Contact Occupation
@if ($errors->has('emergency_contact_occupation'))
{{ $errors->first('emergency_contact_occupation') }}
@endif
Relation to Emergency Contact
@if ($errors->has('emergency_contact_relation'))
{{ $errors->first('emergency_contact_relation') }}
@endif
Emergency Contact Company
@if ($errors->has('emergency_contact_company'))
{{ $errors->first('emergency_contact_company') }}
@endif
Emergency Contact Business Tel
@if ($errors->has('emergency_contact_business_tel'))
{{ $errors->first('emergency_contact_business_tel') }}
@endif