{{-- Ajax Form Submit --}}
Dashboard
Application
@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!
Sl Name Email Reffered Reffered by Signed up
1 Mr X x@mail.com 20 Mar Mr z Yes
23 Mar
@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
Invite
Department
{{--
Math
--}}
@foreach($market_countries as $i => $row)
{{$row->country->name}}
@endforeach
Add / Remove
{{-- Load country wise university --}}
{{-- --}} @include('web.layouts.modal')