{{-- Ajax Form Submit --}}
Dashboard
Application
Name Email Nationality Date of Birth Gender
test test test test test
test test test test test
@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}}
{{$row->department}}
@if($row->status==1) Active @endif @if($row->status==0) In active @endif @if($row->status==2) Suspend @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}}
{{$row->department}}
@if($row->status==1) Active @endif @if($row->status==0) In active @endif @if($row->status==2) Suspend @endif
No data found!
Department
Math
English
Australia
Add / Remove
{{-- --}}