| # | Name | Acq. Date | Cost | Life (yrs) | Book Value | Action |
|---|---|---|---|---|---|---|
| {{ $i + 1 + ($assets->currentPage() - 1) * $assets->perPage() }} | {{ $a->name }} | {{ \Carbon\Carbon::parse($a->acquisition_date)->format('Y-m-d') }} | {{ number_format($a->cost, 2) }} | {{ $a->useful_life_years }} | {{ number_format($a->bookValue(), 2) }} |
{{ $assets->links('vendor.pagination.bootstrap-5') }}