Users
@include('layouts.alert')
Users
You can manage all Users, such as editing, deleting and more.
All Posts
| Name | Phone | Position | Created At | Action | |
|---|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ $user->phone }} | {{ $user->position }} | {{ $user->created_at }} |
{{ $users->withQueryString()->links() }}