{{-- --}} QR Code View
{{--
--}}

Eticket Details

Customer: {{ $booking->GuestUser->username }}

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 }}

@else

Barber: No barber assigned

@endif

Position: {{ $booking->ticket }}

Estimated Wait Time: {{ $booking->time }} Minutes

Saloon

Address: 123 Barber Street, Cityville

Contact: (123) 456-7890

QR Code