{{-- Ajax Form Submit --}}
Dashboard
@if(count($application) > 0) @foreach($application as $key=>$row) @endforeach @else @endif
Sl Student Information Teacher Information Proposal Summary Applied on Status
{{++$key}}
{{cn($row,'student_details.first_name','')}} . {{cn($row,'student_details.last_name','')}}
{{cn($row,'student_details.country_name.name','')}}
@if(!empty($row->student_details->dob)){{date('d M Y', strtotime(cn($row,'student_details.dob','')))}} @else @endif
{{cn($row,'teacher_details.first_name','')}} . {{cn($row,'teacher_details.last_name','')}}
{{cn($row,'teacher_details.designation','')}} . @if(isset($row->teacher_details->others_department)) {{cn($row,'teacher_details.others_department','')}} @else {{cn($row,'teacher_details.department_name.name','')}} @endif
@if($row->teacher_details->university_name) {{cn($row,'teacher_details.university_name','')}} @else {{cn($row,'teacher_details.university.name','')}} @endif
({{cn($row,'proposal.proposal_ref','')}}) - {{cn($row,'proposal.title','')}}
{{cn($row,'proposal.methology','')}} . {{cn($row,'proposal.department.name','')}} . {{cn($row,'proposal.status','')}}
@if(!empty($row->created_at)){{date('d M Y', strtotime($row->created_at))}} @endif @if($row->proposal_status==2) Reviewing @endif @if($row->proposal_status==3) Push @endif @if($row->proposal_status==4) Hold @endif @if($row->proposal_status==5) Interested @endif @if($row->proposal_status==6) Rejected @endif
No data found!
@if(count($pending_student_list) > 0) @foreach($pending_student_list as $key=>$row) @endforeach @else @endif
Sl Name Supervisor Name Invited
{{++$key}}
{{-- @if($row->nationality) Flag @endif --}}
{{$row->first_name}} {{$row->last_name }}
{{$row->email}}
{{ cn($row,'wishlist_teacher.first_name','')}} {{ cn($row,'wishlist_teacher.last_name','')}}
{{cn($row,'wishlist_teacher.designation','')}}
@if(isset($row->wishlist_teacher->others_department)) {{cn($row,'wishlist_teacher.others_department','')}} @else {{cn($row,'wishlist_teacher.department_name.name','')}} @endif @if(isset($row->wishlist_teacher->university_name)) {{ cn($row,'wishlist_teacher.university_name','')}} @else {{ $row->wishlist_teacher->university->name ?? ''}} @endif
@if(!empty($row->invitation_date)){{utc_to_ltz($row->invitation_date, 'd M Y g:i A', local_tz($admin))}} @else @endif
No data found!
@if(count($register_student_list) > 0) @foreach($register_student_list as $key=>$row) @endforeach @else @endif
Sl Name Email Signed Up Application Action
{{++$key}}
@if($row->nationality) Flag @endif
{{$row->first_name}} {{$row->last_name }}
@if($row->dob){{date('d M Y',strtotime($row->dob))}} @endif . @if($row->gender=='male') Male @else Female @endif
{{$row->email}}
@if($row->email_verification ==1) verified @else pending @endif
@if(!empty($row->registered_date)){{utc_to_ltz($row->registered_date, 'd M Y g:i A', local_tz($admin))}} @else @endif @php $total_draft =\DB::table( 'student_proposals' )->where( 'student_id',$row->id )->where( 'proposal_submit_status',0 )->where( 'draft_status',1 )->count(); $total_submitted =\DB::table( 'student_proposals' )->where( 'student_id',$row->id )->where( 'proposal_submit_status',1 )->where( 'draft_status',0 )->count(); @endphp
@if($total_draft > 0) {{$total_draft}} @else {{'0'}} @endif
@if($total_submitted > 0) {{$total_submitted}} @else {{'0'}} @endif
No data found!
@if(count($refer_users) > 0) @foreach($refer_users as $key=>$row) @endforeach @else @endif
Sl Name Email Reffered Reffered by Signed up
{{$key+1}} {{$row->first_name}} {{$row->last_name}} {{$row->email}} @if(!empty($row->invitation_date)){{date('y M', strtotime($row->invitation_date))}} @else @endif @php $reffered_by =\DB::table('users')->find($row->created_by); @endphp @if($reffered_by) {{ $reffered_by->first_name }} {{ $reffered_by->last_name }} @endif @if($row->sign_up ==1) Yes
{{date('y M', strtotime($row->registered_date))}} @else --
@endif
No data found!
@if(count($register_active_teachers_list) > 0) @foreach($register_active_teachers_list as $key=>$row) @endforeach @else @endif
Sl Name University Name Department Status
{{++$key}} {{$row->first_name }} {{$row->last_name }}
{{$row->designation}}
{{$row->email}}
@if($row->university_name) {{$row->university_name}} @else {{ cn($row, 'university.name','') }} @endif
{{$row->uni_website}}
@if($row->others_department) {{ $row->others_department }} @else {{ cn($row, 'department_name.name','') }} @endif
@if($row->last_logged_at) Last Login : {{utc_to_ltz($row->last_logged_at, 'd M Y g:i A', local_tz($admin))}} @endif
@if($row->apply_status==1) Approved @endif @if($row->apply_status==2) Declined @endif @if($row->apply_status==3) Suspend @endif
No data found!
@if(count($landing_wishlist) >0) @foreach($landing_wishlist as $key=>$row) @endforeach @else @endif
Sl Name University Name Invited Registered Invite
{{++$key}} {{ $row->first_name }} {{ $row->last_name }}
{{$row->email}}
{{--
--}} @if($row->nationality) Flag @endif
@if($row->university_name) {{$row->university_name}} @else {{ cn($row, 'university.name','') }} @endif
{{$row->uni_website}}
@if(!empty($row->invitation_date)) {{utc_to_ltz($row->invitation_date, 'd M Y g:i A', local_tz($admin))}} @else -- @endif @if(!empty($row->registered_date)) {{utc_to_ltz($row->registered_date, 'd M Y g:i A', local_tz($admin))}} @else -- @endif
No data found!
{{-- --}} @if(count($invited_registered_list) >0) @foreach($invited_registered_list as $key=>$row) {{-- --}} @endforeach @else @endif
Sl Name Email Invited on RegisteredInvitation
{{ ++$key }} {{ $row->first_name }} {{ $row->last_name }} {{ $row->email }} @if(!empty($row->invitation_date)) {{utc_to_ltz($row->invitation_date, 'd M Y g:i A', local_tz($admin))}} @else -- @endif @if(!empty($row->registered_date)) {{utc_to_ltz($row->registered_date, 'd M Y g:i A', local_tz($admin))}} @else -- @endif @php $user_invited_count = \DB::table('refer_users')->where('email',$row->email)->count(); @endphp @if($user_invited_count > 1) {{ $user_invited_count }} @else -- @endif
No data found!
Department
@foreach($market_countries as $i => $row)
{{$row->country->name}}
@endforeach
Add / Remove
{{-- Load country wise university --}}
{{-- --}} @include('web.layouts.modal')