@extends('layouts.template') @section('content')

Find Course / College to study abroad

Popular courses

Name : {{$name}}
Email : {{$email}}
Phone : {{$phone}}
@csrf

Deatils

stud_datebirth)) : "" }}" id="stud_birth" name="stud_birth" maxlength="255" required >

Academic Qualifications

English Proficiency

stud_datebirth)) : "" }}" id="stud_birth" name="stud_birth" maxlength="255" >
@csrf
Passport Copy
Academic Documents
IELTS/PTE/TOFEL
Reference Letters
CV
Other Certificates, If Any
Extra Documents
@csrf @if(!empty($universityapply->toArray())) @foreach($universityapply as $uniappy)
Application No: {{@$uniappy->applicationid}}
Course Name: {{@$uniappy->courses->course_name}}
Level: {{@$uniappy->level->level_name}}
University name: {{@$uniappy->university->uni_name}}
Country: {{@$uniappy->country->country_name}}
SOP
Application
Your Offer letter
@endforeach @else
No application
@endif
@csrf @if(!empty($uniapplystatus->toArray())) @foreach($uniapplystatus as $uniappy)

After receiving Offer letters

Tution Fee Receipt
CAS/I20/Visa Letter
Finacial Document
Sponsorship Documents

Interview Deatils

interviewdate)) : ""}}">

Visa Status

visastatus!= 1 ? "Checked":""}}>
visastatus!= 2 ? "Checked":""}}>
@endforeach @else
No application
@endif
{{count($studcomments)}} Comments
@if(!empty($studcomments)) @foreach($studcomments as $studcomment)
{{$studcomment->getuser->name." ".date("M-Y",strtotime($studcomment->created_at))}}
{{$studcomment->stud_comment}}
@if(!empty($studcomment->children)) @foreach($studcomment->children as $stdcomment)
{{$stdcomment->getuser->name." ".date("M-Y",strtotime($stdcomment->created_at))}}
{{$stdcomment->stud_comment}}
@endforeach @endif
@endforeach @endif
 
@endsection