Status
Condition
Purchase Value
Asset Code
This asset was due for service on {{ $asset->next_service_date?->format('d M Y') }}.
{{ $asset->category }}
@if($asset->description)Next Service Date
{{ $asset->next_service_date?->format('d M Y') ?? 'Not scheduled' }}
Service Status
{{ $asset->is_service_due ? 'Service Due' : 'No Service Alert' }}
Current Location
{{ $asset->location ?: 'Not provided' }}
Created
{{ $asset->created_at?->format('d M Y, h:i A') }}
Last Updated
{{ $asset->updated_at?->format('d M Y, h:i A') }}
Update the asset immediately when its location, custodian, condition or service status changes.