@extends("$layout.layouts.layout") @push('css') @endpush @section('content')
Show Application
1
Pay Application Fee
2
Prepare Application
3
Submission Deadline: {{ @$intakeProgram->deadline ? date('M d, Y', strtotime($intakeProgram->deadline)) : '' }}
4
Decision
5
Post-Decision Requirements
6
Enrollment Confirmed

Delivery Method: In-class

Level: {{ @$applyProgram->getProgram->programLevel->level_name }}

Required Level: {{ @$applyProgram->getProgram->minimumLevel->level_name }}

Application ID: {{ @$applyProgram->application_number }}

Collapse All expand All
Intake(s):

Academic Submission Deadline:

{{-- {{ $intakeProgram }} --}} {{ date('M d, Y', strtotime(@$intakeProgram->deadline)) }}
Status:
Background:

City {{ @$studentDetail->userCity->name }}

Nationality {{ get_country($studentDetail->country) }}

Login Email
{{ $studentDetail->email }}
First Name
{{ $studentDetail->first_name }}
Last Name
{{ $studentDetail->last_name }}
Birthday
{{ date('M d, Y', strtotime($studentDetail->dob)) }}
Phone Number
+91{{ $studentDetail->mobile_number }}
First Language
{{ $studentDetail->fast_language }}
Gender
{{ $studentDetail->gender }}
Marital Status
{{ $studentDetail->marital_status }}
Passport Number
{{ $studentDetail->passport_number }}
Passport Expiry Date
{{ date('M d, Y', strtotime($studentDetail->passport_expiry_date)) }}
Education:

{{ get_education_level($studentDetail->educationDetail->education_level) }}:

Country of Education
{{ get_country($studentDetail->educationDetail->education_country) }}
Grade
{{ get_education_scheme_grade($studentDetail->educationDetail->education_scheme_grade) }}
English Test:

{{ $studentDetail->englishTest->english_test_type }}

English Test Type
{{ $studentDetail->englishTest->english_test_type }}
Total Score
{{ $studentDetail->englishTest->total_score }}
Reading Score
{{ $studentDetail->englishTest->reading_score }}
Writing Score
{{ $studentDetail->englishTest->writing_score }}
Listening Score
{{ $studentDetail->englishTest->listening_score }}
Speaking Score
{{ $studentDetail->englishTest->speaking_score }}
Exam Date
{{ $studentDetail->englishTest->exam_date ? date('M d, Y', strtotime($studentDetail->englishTest->exam_date)) : '' }}
Recruitment Partner:

None

@if (Auth::user()->type !== 'student')
Student Representative:

{{ $studentDetail->email }}

@endif
Payment:

Payment pending

Application Fee @if ($applyProgram->getProgram->application_fee > 0) {{ get_currency($applyProgram->getUniversity->country) . $applyProgram->getProgram->application_fee }} @else Free @endif

{{-- {{ $uploadedDocument }} --}}
Application will not be processed until payment received. Submit payment now

Pre-Payment

Last requirement completed on {{ date('M d, Y', strtotime($applyProgram->created_at)) }}

@foreach (@$applyProgram->getProgram->pre_payment ?? [] as $pre_payment)
Required
@if ($pre_payment->file != null) @if (pre_payment_check($pre_payment->id, $applyProgram->id) == false)

Missing

@else
Completed
@endif @else
Completed
@endif

{{ $pre_payment->label }}

{{ $pre_payment->description }}
@if ($pre_payment->file != null)
@endif
@endforeach

Pre-Submission

{{ count(@$applyProgram->getProgram->pre_submission) + 1 }} requirements to be completed

@foreach (@$applyProgram->getProgram->pre_submission ?? [] as $pre_submission)
Required
@if (pre_submission_check($pre_submission->id, $applyProgram->id) == false)

Missing

@else
Completed
@endif

{{ $pre_submission->label }}

{{ $pre_submission->description }}
@if ($pre_submission->file != null)
@else @endif
@endforeach
Required
@if (pre_submission_privacy($applyProgram->id) == false)

Missing

@else
Completed
@endif

Privacy Statement

Please complete and upload the privacy statement form found here.


{{-- application upload modal --}}
@endsection @push('js') @endpush