Total Assets
Active
Maintenance
Service Due
Warranty Expiring
Disposed
Lost
Total Purchase Value
Showing {{ $assets->count() }} of {{ $assets->total() }} asset(s).
| Asset | Category | Identification | Location / Custodian | Value | Condition | Status | Service / Warranty | Actions |
|---|---|---|---|---|---|---|---|---|
|
{{ $asset->name }}
{{ $asset->asset_code }}
{{ trim(($asset->brand ?? '') . ' ' . ($asset->model ?? '')) ?: 'No brand/model' }}
|
{{ $asset->category }} |
Serial:
{{ $asset->serial_number ?: 'N/A' }}
Purchased:
{{ $asset->purchase_date?->format('d M Y') ?? 'N/A' }}
|
{{ $asset->location ?: 'No location' }}
{{ $asset->custodian
? trim($asset->custodian->first_name . ' ' . $asset->custodian->last_name)
: 'No custodian assigned' }}
|
{{ number_format($asset->purchase_price, 2) }} | {{ $asset->condition }} | {{ $asset->status }} |
Service:
{{ $asset->next_service_date?->format('d M Y') ?? 'Not scheduled' }}
Warranty:
{{ $asset->warranty_expiry?->format('d M Y') ?? 'Not provided' }}
|
|
| No assets found. | ||||||||