@error('student.registration_number') {{ str_replace('student.','',$message) }} @enderror
@error('student.surname') {{ str_replace('student.','',$message) }} @enderror
@error('student.forenames') {{ str_replace('student.','',$message) }} @enderror
@error('student.dob') {{ str_replace('student.','',$message) }} @enderror
@error('student.gender') {{ str_replace('student.','',$message) }} @enderror
@error('student.admission_date') {{ str_replace('student.','',$message) }} @enderror
@error('student.phone') {{ str_replace('student.','',$message) }} @enderror
@error('student.email') {{ str_replace('student.','',$message) }} @enderror
@error('student.nationality') {{ str_replace('student.','',$message) }} @enderror
@error('student.country') {{ str_replace('student.','',$message) }} @enderror
@error('student.home_address') {{ str_replace('student.','',$message) }} @enderror
@error('student.academic_qualification') {{ str_replace('student.','',$message) }} @enderror
@foreach ($employers as $key) @error('student.employer') {{ str_replace('student.','',$message) }} @enderror
@error('student.work_address') {{ str_replace('student.','',$message) }} @enderror
@error('student.company_position') {{ str_replace('student.','',$message) }} @enderror
@error('student.other_phone') {{ str_replace('student.','',$message) }} @enderror
@error('student.other_email') {{ str_replace('student.','',$message) }} @enderror
@error('student.intake_id') {{ str_replace('student.','',$message) }} @enderror
@error('student.campus_id') {{ str_replace('student.','',$message) }} @enderror
@error('student.programme_id') {{ str_replace('student.','',$message) }} @enderror
@error('student.f_iv_no') {{ str_replace('student.','',$message) }} @enderror
@foreach (range(1960, date('Y')) as $year) @error('student.f_iv_year') {{ str_replace('student.','',$message) }} @enderror
@error('student.f_vi_no') {{ str_replace('student.','',$message) }} @enderror
@foreach (range(1960, date('Y')) as $year) @error('student.f_vi_year') {{ str_replace('student.','',$message) }} @enderror
@error('passport_size') {{ str_replace('student.','',$message) }} @enderror
@if ($passport_size)
Passport size
@elseif($student && isset($student->passport_size))
@if(strpos($student->passport_size,'http') === false) Passport size @else Passport size @endif
@endif