Programări — {{ $periodLabel }}

Generat la {{ $generatedAt }} · {{ $appointments->flatten()->count() }} programări total
@forelse ($appointments as $date => $dayAppts) @php $dateLabel = \Carbon\Carbon::parse($date)->locale('ro')->isoFormat('dddd, D MMMM YYYY'); @endphp

{{ ucfirst($dateLabel) }} · {{ $dayAppts->count() }} programări

@foreach ($dayAppts as $a) @endforeach
Ora Subiect Client / Auto Pod Maistru Status
{{ substr($a->time_start ?? '', 0, 5) }}–{{ substr($a->time_end ?? '', 0, 5) }} {{ $a->title }}@if ($a->notes)
{{ $a->notes }}
@endif
{{ $a->client?->name ?? '—' }}
@if ($a->vehicle?->make){{ $a->vehicle?->make }} {{ $a->vehicle?->model }}@endif @if ($a->vehicle?->plate) · {{ $a->vehicle->plate }}@endif
{{ $a->post?->name ?? '—' }} {{ $a->master?->name ?? '—' }} {{ ucfirst($a->status) }}
@empty
Nicio programare în această perioadă.
@endforelse