@include('backend.components.navbar', $data)
| Srno |
Name |
Designation
|
Email |
Password |
Usertype |
Status |
Action |
@foreach ($show as $item)
| {{$loop->index + 1}} |
{{$item->name}} |
{{$item->designation}} |
{{$item->username}} |
{{$item->password}} |
{{$item->usertype}} |
@if($item->usertype == "admin")
@elseif($item->usertype == "Placement Team")
@else
@endif
|
|
@endforeach
@include('backend.components.footer')
@include('backend.components.footer_link')