@csrf @method('PATCH')
@foreach (Cart::get() as $meal) @endforeach
@lang('global.quantity') @lang('global.category') @lang('global.unit_price') @lang('global.actions')
{{ $meal['title'][$locale] }} @if ($meal['price'] == 0) @lang('global.without_fees') @else {{ $meal['price'] }} {{ $restaurant->branch->city->country->currency_code }} @endif
@lang('global.total_amount')
{{ Cart::total_price(true) }} {{ $restaurant->branch->city->country->currency_code }}