{{-- Ajax Form Submit --}}
There are three available methods for doctoral applicants to submit their proposals :

Method 1: You can give your ARN to the student and request them to submit their proposal using your reference.

Method 2: You can log in to your account, include the student's name and email address in Q Apply, and send them an invitation. This way, their application will be automatically tagged with your reference.

Method 3: You can share the Q Apply link with the student and ask them to fill out the form using their name and email. An invitation email will be sent to them, and then they can proceed with method 2.

@if(count($students) >0)

@foreach($students as $key=>$row) @endforeach
Sl Student Information Education English Test work History Proposal Summary Status
{{$key+1}}
{{cn($row,'student_details.first_name','')}} {{cn($row,'student_details.last_name','')}}
{{ date("d M, Y", strtotime(cn($row,'student_details.dob','')))}}
{{cn($row,'institutes.institution','')}}
{{date('M Y',strtotime(cn($row,'institutes.start_date','')))}} - {{date('M Y',strtotime(cn($row,'institutes.end_date','')))}}
{{cn($row,'institutes.result','')}} (GPA)
{{cn($row,'scores.test_name','')}}
{{cn($row,'scores.overall_score','')}}
@php $to = \Carbon\Carbon::parse($row->work_experience->end_date); $from = \Carbon\Carbon::parse($row->work_experience->start_date); $years = $to->diffInYears($from); @endphp @if($years) {{$years}} years @endif
@if(empty($row->work_experience->end_date)) {{date('M Y', strtotime($row->work_experience->start_date))}} - continue @endif
{{cn($row,'proposal.title','')}}
{{cn($row,'proposal.methology','')}} . {{cn($row,'proposal.department','')}} . {{cn($row,'proposal.status','')}}
@endif
Wishlist
Institution Subject Result Method PYear Country
BSC
test test test test test
MSC
test test test test test
Explore
Institution Subject Result Method PYear Country
BSC
test test test test test
MSC
test test test test test
{{-- --}} {{-- Ajax Form Submit --}}