@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
|
Nama Kategori |
Tanggal Dibuat |
Aksi |
@forelse ($categories as $category)
| {{
$category->name }} |
{{
$category->created_at->format('d/m/Y H:i') }} |
|
@empty
|
Belum ada data kategori aset.
|
@endforelse
{{ $categories->links() }}