{{-- Ajax Form Submit --}}
Name | Nationality | Date of Birth | Gender | |
---|---|---|---|---|
test | test | test | test | test |
test | test | test | test | test |
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! |
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! |