{{-- Ajax Form Submit --}}
Dashboard
Sl Student Information Teacher Information Proposal Summary Applied on Status
1
first-name . last-name
nationality
Date of birth
first-name . last-name
designation . department
Uni name
Proposal title
Quantitative . math . Self-Funded
Apply date decision
@if(count($register_student_list) > 0) @foreach($register_student_list as $key=>$row) @endforeach @else @endif
Sl Name Email Signed Up Application Account Type
{{++$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}} {{date('d M Y', strtotime($row->created_at))}} test Free
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($register_teachers_list) > 0) @foreach($register_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==0) Pending @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!
Wisthlist
Sl Name Email Invited on Registered
- - - - -
Department
@foreach($market_countries as $i => $row)
{{$row->country->name}}
@endforeach
Add / Remove
{{-- Load country wise university --}}
{{-- --}} @include('web.layouts.modal')