@if (session('success'))
--}}
{{--
{{ session('success') }}
@elseif(session('rejected'))
{{ session('rejected') }}
@elseif(session('error'))
{{ session('error') }}
@endif
Application Details
{{----}}
-
Intake Year Applied for
{{ $applicant->entry_year }}
-
Program
@foreach ($programs as $program) @if ($program->id == $applicant->program_id) {{ $program->program_name }} @endif @endforeach
{{--
- @foreach ($programs as $program) @if ($program->id == $applicant->program_id) {{$program->program_name}} @endif @endforeach
Educational Background
@if ($applicant->applicant_type_id)-
High School Year of Completion
{{ $applicant->highschool_compl_date }}
-
Hgh School Name
{{ $applicant->highschool_name }}
-
Qualification
{{ $applicant->highest_qualification }}
Front NRC
@if ($user->front_nrc_path == null)
@elseif($user->front_nrc_path)
@endif
@elseif($user->front_nrc_path)
Back NRC
@if ($user->back_nrc_path == null)
@elseif($user->back_nrc_path)
@endif
@elseif($user->back_nrc_path)
| # | File Name | File Type | Action |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $applicant_file->file_name }} | @foreach ($file_types as $file_type) @if ($file_type->id == $applicant_file->file_type_id) {{ $file_type->file_type_name }} @endif @endforeach |
{{-- --}}
|