@section('title', __('Booking Details') . " #" . ($order->code ?? "404"))
{{ $order->user->name }} {{ __('Primary') }}
{{ $order->user->email }} • {{ $order->user->phone }}
{{ __('Additional Guests') }}
{{ !empty($guest->full_name) ? $guest->full_name : ucfirst($guest->guest_type) }}
@if(!empty($guest->full_name)){{ ucfirst($guest->guest_type) }}
@endif{{ __('Ask the guest for the verification code from their app.') }}
{{ $bookingOrder->property->name }}
{{ $bookingOrder->property->address ?? '' }}
{{ $bookingOrder->property->city ?? '' }},
{{ $bookingOrder->property->country ?? '' }}
{{ __('Hosted by') }}
{{ $order->vendor->name }}