@extends('layouts.app') @section('title', 'Asset Register') @section('breadcrumb')
{{ $stats['total'] }} assets · {{ $stats['active'] }} active · Cost {{ $fmt($stats['total_cost']) }} · Book value {{ $fmt($stats['total_book']) }}
| Code | Name | Category | Purchase Date | Cost | Accum. Dep. | Book Value | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $asset->code }} |
{{ $asset->name }}
@if($asset->location)
{{ $asset->location }}
@endif
|
{{ $asset->category?->name ?? '—' }} | {{ $asset->purchase_date?->format('d-m-Y') ?? '—' }} | {{ $fmt($asset->purchase_cost) }} | {{ $fmt($asset->accumulated_depreciation) }} | {{ $fmt($asset->bookValue()) }} | {{ $asset->statusLabel() }} |
@if(auth()->user()->hasPermission('fixed_assets', 'edit'))
|
| No fixed assets found. | ||||||||