{{ __('Master Kategori Aset') }}

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

Konfirmasi Hapus

Apakah Anda yakin ingin menghapus kategori ini?

@csrf @method('DELETE')
@push('scripts') @endpush