@foreach($users as $user) @endforeach
NamaEmailRoleJoinAksi
{{ $user->name }} {{ $user->email }}
@csrf @method('PATCH')
{{ $user->created_at->format('d M Y') }} @if($user->id !== auth()->id())
@csrf @method('DELETE')
@endif
{{ $users->links() }}