@csrf

{{ __('Shipping') }} & {{ __('Billing Details') }}

{{ __('Additional information') }}

{{ __('Payment Information') }}

  • {{ __('Pay with cash upon delivery.') }}

{{ __('Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our') }} {{ __('Privacy policy') }}.

{{ __('Your Order') }}

@forelse ($order->orderItems as $item) @empty @endforelse
{{ __('Product') }} {{ __('Subtotal') }}
×
{{ $item->product->name }}
@if ($item->color)

{{ app()->getLocale() === 'ar' ? $item->color->name_ar : $item->color->name }}

@endif
{{ app()->getLocale() === 'ar' ? $item->product->name_ar : $item->product->name }}
{{ app()->getLocale() === 'ar' ? 'دأ ' : 'JD' }}{{ $item->total }}
{{ __('Your cart is empty.') }}
{{ __('Subtotal') }} {{ app()->getLocale() === 'ar' ? 'دأ ' : 'JD' }}{{ $order->total_amount }}
{{ __('Shipping') }} {{ app()->getLocale() === 'ar' ? 'دأ ' : 'JD' }}
{{ __('Total') }} {{ app()->getLocale() === 'ar' ? 'دأ ' : 'JD' }}{{ $order->total_amount }}
{{--
Your order qualifies for free shipping!
--}}