@csrf @method('PATCH')
@foreach (Cart::get() as $item) @endforeach
@lang('global.quantity') @lang('global.category') @lang('global.unit_price') @lang('global.actions')
{{ $item['title'][$locale] }} @if ($item['price'] == 0) @lang('global.without_fees') @else {{ $item['price'] }} SAR @endif
@lang('global.total_amount')
{{ Cart::total_price(true) }} SAR