{{-- Optional header slot (content only) --}}

👥 Users Information

Users
Manage accounts and roles
@if (auth()->user()->usertype === 'admin') Create New User @endif
@foreach ($users as $user) @endforeach
ID User Name User Type Action
{{ $user->id }} {{ $user->name }} {{ $user->usertype === 'admin' ? 'Admin' : 'User' }}
Edit
@csrf @method('DELETE')
{{-- (Optional) pagination slot --}} {{--
{{ $users->links('pagination::bootstrap-5') }}
--}}
{{-- Font Awesome (icons) --}} {{-- Bootstrap JS (remove if already loaded) --}}