@if ($item->color) {{ app()->getLocale() === 'ar' ? $item->color->name_ar : $item->color->name }} @else @endif
{{ __('No products in the cart.') }}
{{ __('Return To Shop') }}{{ __('Subtotal') }}: {{ app()->getLocale() === 'ar' ? 'دأ ' : 'JD' }}{{ $cart->total_amount ?? 0 }}
{{--