- {{ __('job.detail_customer') }}
- {{ $job->customerObject?->customer?->name ?? $job->customer?->name ?? '–' }}
- {{ __('job.detail_object') }}
- {{ $job->customerObject?->name ?? '–' }}
- {{ __('job.detail_driver') }}
- {{ $job->user->name }}
- {{ __('job.detail_type') }}
- {{ $job->type->label() }}
- {{ __('job.detail_started_at') }}
- {{ $job->localStartedAt()->format('d.m.Y H:i') }}
- {{ __('job.detail_ended_at') }}
- {{ $job->localEndedAt()?->format('d.m.Y H:i') }}
- {{ __('job.edit_grace_remaining') }}
-
{{ $job->graceDeadline()->diffForHumans() }}