@extends("$layout.layouts.layout") @section('content')

Application Info

Selected Courses

{{--
{{ $data['student']->educationDetail->education_level }}
--}}
Application Number *
{{ $data['program']->getProgram->university->university_name }}
University Name *
{{ $data['program']->application_number }}
University Email *
{{ $data['program']->getProgram->university->email }}
University Country *
{{ $data['program']->getProgram->university->getCountry->name }}
University Institution Type *
{{ $data['program']->getProgram->university->institution_type }}
Program Name *
{{ $data['program']->program_title }}
Fees*
{{ $data['program']->fees == 0 ? 'Free' : number_format($data['program']->fees, 2) }}
Pay Status*
{{ $data['program']->status == 1 ? 'Due' : ($data['program']->status == 2 ? 'Paid' : 'N/A') }}

Personal Details

{{--
Title *
@if ($data['student']->gender == 'Male')
Mr.
@elseif ($student->gender == 'Female')
Ms.
@endif
--}}
Name *
{{ $data['student']->full_name }}
Email *
{{ $data['student']->email }}
Phone Number *
{{ $data['student']->mobile_number ? '+' . $data['student']->country_code . $data['student']->mobile_number : '' }}
Alter Phone Number *
{{ $data['student']->alt_country_code ? '+' . $data['student']->alt_country_code . $data['student']->alt_mobile_number : '' }}
Address *
{{ $data['student']->address }}
Country *
{{ $data['student']->userCountry->name }}
City *
{{ $data['student']->city }}
Zipcode *
{{ $data['student']->pincode }}
Passport Number *
{{ $data['student']->passport_number }}
Passport Expiry *
{{ date('M d, Y', strtotime($data['student']->passport_expiry_date)) }}
Marital Status *
{{ $data['student']->marital_status }}
Gender *
{{ $data['student']->gender }}
Date of birth *
{{ date('M d, Y', strtotime($data['student']->dob)) }}
Fast Language *
{{ $data['student']->fast_language }}
Website *
{{ $data['student']->website }}
Twitter *
{{ $data['student']->twitter }}
Instagram *
{{ $data['student']->instagram }}
Facebook *
{{ $data['student']->facebook }}

Residence and Nationality

Country of Birth *
{{ $data['student']->userCountry->name }}
Country of Nationality *
{{ $data['student']->userCountry->name }}
Dual Nationality *
{{ $data['student']->userCountry->name }}
Country of Residence *
{{ $data['student']->userCountry->name }}

Education Summary

Country of Education *
{{ @$data['education_summary']->education_country ? get_country($data['education_summary']->education_country) : '' }}
Highest Level Of Education *
{{ @$data['education_summary']->education_level ? get_education_level($data['education_summary']->education_level) : '' }}
Grading Scheme *
{{ @$data['education_summary']->education_scheme_grade ? get_education_scheme_grade($data['education_summary']->education_scheme_grade) : '' }}
Grade Average *
{{ $data['education_summary']->education_average_grade ?? '' }}

Englsih Test Scores

Total Score *
{{ $data['test_score']->total_score ?? '' }}
Reading Score *
{{ $data['test_score']->reading_score ?? '' }}
Listening Score *
{{ $data['test_score']->listening_score ?? '' }}
Writing Score *
{{ $data['test_score']->writing_score ?? '' }}
Speaking Score *
{{ $data['test_score']->speaking_score ?? '' }}
Exam Date *
{{ isset($data['test_score']->exam_date) ? date('M d, Y', strtotime($data['test_score']->exam_date)) : '' }}
GRE or GMAT Scores *
@if (isset($data['test_score']) && $data['test_score']->is_gmat == 'gmat_exam')
I have GMAT exam scores
@elseif (isset($data['test_score']) && $data['test_score']->is_gre == 'gre_exam')
I have GRE exam scores
@endif

Visa And Permit

Have you been refused a visa from Canada, the USA, the United Kingdom, New Zealand, Australia or Ireland?  *
{{ $data['visa_permit']->refused_a_visa ?? '' }}
Which valid study permits or visas do you have? *
{{ $data['visa_permit']->study_permit_or_visa ?? '' }}
Please provide more information about your current study permit/visa and any past refusals, if any  *
{{ $data['visa_permit']->about_visa_permit ?? '' }}
{{--

Application Info

--}}

Applicant Requirements

Pre-Payment*
@forelse ($data['pre_model'] as $model)
{{ $model->question ?? '' }} *
{{ $model->answer ?? '' }}
@empty No Document Found. @endforelse
Pre-Payment*
@forelse ($data['pre_upload'] as $upload) @empty No Document Found. @endforelse
@endsection @push('js') @endpush