{{ $booking->display_name }}
{{ $booking->display_phone ?? '—' }}
{{ $booking->vehicle_plate ?? $booking->client?->vehicles->first()?->plate_number ?? '—' }}
{{ $booking->address }}
{{ $booking->assignedEmployee?->name ?? 'Unassigned' }}
{{ $booking->scheduled_at->format('d M Y H:i') }}
{{ $booking->estimated_duration }} min
{{ $booking->started_at->format('d M Y H:i') }}
{{ $booking->creator?->name ?? '—' }}
{{ $booking->created_at->format('d M Y H:i') }}
{{ $booking->notes }}
No services attached.
@endforelse @if($booking->services->isNotEmpty())