{{-- 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 $work_history_first =$row->work_experience_date()->whereNotNull('start_date')->oldest()->first(); $work_history_last =$row->work_experience_date()->latest()->first(); if($work_history_first && $work_history_last && $work_history_last->end_date){ $diff_in_days =diff_in_days($work_history_first->start_date,$work_history_last->end_date); }elseif($work_history_first){ $diff_in_days =diff_in_days($work_history_first->start_date, now()); }else{ $diff_in_days =0; } $years = ($diff_in_days / 365) ; $years = floor($years); $month = ($diff_in_days % 365) / 30.5; $month = floor($month); $days = ($diff_in_days % 365) % 30.5; @endphp
{{$years}} years
{{-- ({{ dDate($work_history_first->start_date) }} - {{dDate($work_history_last->end_date, 'd M Y', 'Continue')}}) --}}
{{cn($row,'proposal.title','')}}
{{cn($row,'proposal.methology','')}} . {{cn($row,'proposal.department.name','')}} . {{cn($row,'proposal.status','')}}
{{-- @if($row->proposal_status ==1) @elseif($row->proposal_status ==2) @elseif($row->proposal_status ==3) @elseif($row->proposal_status ==4) @else --}} @if($row->accepted_status==1) @else @endif
@endif
@if(count($refer_users) > 0) @foreach($refer_users as $key=>$row) @endforeach @else @endif
Sl Name Email Invited on Applied Channel
{{$key+1}} {{$row->name}} {{$row->email}} {{cn($row, 'refer_by_user.first_name','')}} {{cn($row, 'refer_by_user.last_name','')}} {{date('d M Y', strtotime($row->created_at))}} @if($row->q_form_status==1) Q-Apply @else -- @endif
No data found!

Coming Soon...

Application Summary
Status Jan Feb Mar Apr May Jun Jul Aug Sept Oct Nov Dec
App receive - - - - - - - - - - - -
Hold - - - - - - - - - - - -
Rejected - - - - - - - - - - - -
Pause - - - - - - - - - - - -
Interested - - - - - - - - - - - -
Profile
{{-- --}}
Change password
Research Interest

Make yourself visible to candidates

{{-- Business 1 --}}
{{-- --}} {{-- Ajax Form Submit --}} @include('web.layouts.modal')