Users

@include('layouts.alert')

Users

You can manage all Users, such as editing, deleting and more.

All Posts

@foreach ($users as $user) @endforeach
Name Email Roles Created At Action
{{ $user->name }} {{ $user->email }} {{ ucwords($user->roles) }} {{ $user->created_at }}
{{ $users->withQueryString()->links() }}