| # |
Nama User |
Email User |
Created At |
Aksi |
@forelse ($users as $index => $p)
| {{ $index + 1 }} |
{{ $p->name }} |
{{ Str::limit($p->email, 100) }} |
{{ $p->created_at->format('d-m-Y') }} |
|
@empty
| Belum ada data. |
@endforelse
{{ $users->links('pagination::tailwind') }}