{{ $restaurant->name ?? '--' }}
@lang('modules.restaurant.phone'): {{ $restaurant->phone_code ? '+' . $restaurant->phone_code . ' ' : '' }}{{ $restaurant->phone_number ?? $restaurant->phone_number ?? '--' }}
@lang('modules.settings.branchName'): {{ $order->branch?->name ?? '--' }}
{{ $order->branch?->address ?? '--' }}
@lang('modules.delivery.openNavigation'){{ $order->customer?->name ?? '--' }}
@lang('modules.restaurant.phone'): {{ $order->customer?->phone_code ? '+' . $order->customer?->phone_code . ' ' : '' }}{{ $order->customer?->phone_number ?? $order->customer?->phone ?? '--' }}
{{ $order->customer?->latestDeliveryAddress?->address ?? $order->delivery_address ?? $order->customer?->delivery_address ?? '--' }}
@lang('modules.delivery.openNavigation')@lang('modules.delivery.collectDueAmountMessage')
@lang('modules.delivery.collectAmountFromCustomer', ['amount' => currency_format($order->orderCashCollection->expected_amount, $restaurant->currency_id)])
@endif@lang('modules.delivery.confirmDueAmountQuestion', ['amount' => currency_format($order->orderCashCollection?->expected_amount ?? 0, $restaurant->currency_id)])