{{-- Ajax Form Submit --}}
Sl | Name | Signed Up | Application | Account Type | |
---|---|---|---|---|---|
1 |
Mr Z
22 Mar 2000
Male
|
mrz@gmail.com | registered date | test | Free |
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! |