{{-- 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(cn($row,'student_details.dob'))){{date('d M Y', strtotime(cn($row,'student_details.dob','')))}} @endif
{{cn($row,'teacher_details.first_name','')}} . {{cn($row,'teacher_details.last_name','')}}
{{cn($row,'teacher_details.designation','')}} . @if(isset($row->teacher_details->department_name)) {{cn($row,'teacher_details.department_name.name','')}} @else {{cn($row,'teacher_details.others_department','')}}< @endif
{{cn($row,'teacher_details.university.name','')}}
({{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==NULL) Hold @endif @if($row->proposal_status==1) In Review @endif @if($row->proposal_status==2) Pause @endif @if($row->proposal_status==3) Rejected @endif @if($row->proposal_status==4) Interested @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}}
{{$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}}
verified
{{date('d M Y', strtotime($row->created_at))}}
4
4
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->name}} {{$row->email}} {{date('y M', strtotime($row->created_at))}} {{cn($row, 'refer_by_user.first_name','')}} {{cn($row, 'refer_by_user.last_name','')}} @if($row->signup==1) Yes
@php $refer_signup_user = \App\User::where('email',$row->email)->first(); @endphp @if($refer_signup_user) {{date('y M', strtotime($refer_signup_user->created_at))}} @endif @else No
@endif
No data found!
@if(count($active_teachers_list) > 0) @foreach($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}}
{{$row->university_name}}
{{$row->uni_website}}
@if(isset($row->department)) {{ cn($row, 'department_name.name','') }} @else {{ $row->others_department }} @endif
@if($row->status==1) Active @endif @if($row->status==2) In active @endif @if($row->status==3) Suspend @endif
No data found!
Sl Name University Name Invited Registered Invite
1 name
university_name
uni_website
invitation date signedup date mail sd icn
@if(count($invited_registered_list) >0) @foreach($invited_registered_list as $key=>$row) @endforeach @else @endif
Sl Name Email Invited on Registered
{{ ++$key }} {{ $row->first_name }} {{ $row->last_name }} {{ $row->email }} {{ date('d M Y', strtotime($row->created_at)) }} @if(!empty($row->registered_at)) {{ date('d M Y', strtotime($row->registered_at)) }} @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')