{{ $service->device->name }} |
{{ $service->name }} |
@if($service->expiration_by == 'odometer')
{{ $service->percentage }}%
|
{{ $service->left_formated() }} |
@else
- |
- |
@endif
@if($service->expiration_by == 'engine_hours')
{{ $service->percentage }}%
|
{{ $service->left_formated() }} |
@else
- |
- |
@endif
@if($service->expiration_by == 'days')
{{ $service->percentage }}%
|
{{ $service->left_formated() }} |
@else
- |
- |
@endif
@if (Auth::user()->can('view', new \Tobuli\Entities\Checklist))
@endif
|