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