@extends('website.layouts.master') @section('content')
تفاصيل الحجز
{{-- --}}
{{ Auth::guard('client')->user()->name }}

رقم الهاتف: {{ Auth::guard('client')->user()->phone }}

تفاصيل حجز الطاولة

طاولة (بدون طلب)
الوصول:
المغادرة:
اختر طريقة الدفع
{{-- Delivery Payment Options --}}
@php $firstChecked = false; @endphp @foreach (getBranchPolicyPayment($branchId, 'reservation_without_order') as $policy) @include('website.checkout.payment-option', [ 'type' => 'reservation_without_order', 'policy' => $policy, 'firstChecked' => &$firstChecked, 'name' => 'payment_method', ]) @endforeach
{{-- Takeaway Payment Options --}}
@php $firstChecked = false; @endphp @foreach (getBranchPolicyPayment($branchId, 'reservation_with_order') as $policy) @include('website.checkout.payment-option', [ 'type' => 'reservation_without_order', 'policy' => $policy, 'firstChecked' => &$firstChecked, 'name' => 'payment_method', ]) @endforeach
سياسة الحجز

{!! $shortText !!}

@endsection @include('website.table-reservation.js')