{{-- Search --}}
{{-- Filter --}}
{{-- Table --}}
@forelse($assetDamageReferences as $index => $item) @empty @endforelse
# Category Type Description Created Date Action
{{ ($assetDamageReferences->currentPage() - 1) * $assetDamageReferences->perPage() + $index + 1 }} {{ $item->category->name ?? '-' }} {{ $item->type ?? '-' }} {{ $item->description }} {{ $item->created_at?->format('d M Y') }}
Edit
@csrf @method('DELETE')
Tidak ada data ditemukan.

Total Data: {{ $total }}

{{ $assetDamageReferences->links('pagination::bootstrap-4') }}