{{-- --}}
Service: @php $services = []; @endphp @foreach ($booking->services as $service) @if ($service->userServices) @foreach ($service->userServices as $userService) @php $services[] = $userService->name; @endphp @endforeach @endif @endforeach {{ implode(' & ', $services) }} @if (empty($services)) No associated user services @endif
@if ($booking->barber_id)Barber: {{ $booking->Barber->name }}
@elseBarber: No barber assigned
@endifPosition: {{ $booking->ticket }}
Estimated Wait Time: {{ $booking->time }} Minutes
Address: 123 Barber Street, Cityville
Contact: (123) 456-7890