@csrf @method('PATCH')
@foreach (Cart::get() as $citem) @endforeach
(!$branch->settings->orders->is_active || $branch->settings->services->menu_type === 'show')])>@lang('global.quantity') @lang('global.category') @lang('global.unit_price') @lang('global.actions')
(!$branch->settings->orders->is_active || $branch->settings->services->menu_type === 'show')])>
@if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order') @endif
@if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order') @endif
{{ $citem['title'][$locale] }} @if ($citem['options'] ?? null)
@foreach ($citem['options'] as $option)
{{ $option['title'][app()->getLocale()] }}
    @foreach ($option['choices'] as $choice)
  • {{ $choice['title'][app()->getLocale()] }} @if ($choice['quantity']) ({{ $choice['quantity'] }}) @endif
  • @endforeach
@endforeach
@endif
{{ $citem['price'] }} SAR
@lang('global.total_amount')
{{ Cart::total_price(true) }} SAR
@if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order')
@endif