| {{ __('Ora') }} | {{ __('Subiect') }} | {{ __('Client / Auto') }} | {{ __('Pod') }} | {{ __('Maistru') }} | {{ __('Status') }} |
|---|---|---|---|---|---|
| {{ substr($a->time_start ?? '', 0, 5) }}–{{ substr($a->time_end ?? '', 0, 5) }} | {{ $a->title }}@if ($a->notes)@endif |
{{ $a->client?->name ?? '—' }}
|
{{ $a->post?->name ?? '—' }} | {{ $a->master?->name ?? '—' }} | {{ ucfirst($a->status) }} |