@if(count($carts))
{{__('web.cart_car')}}
@foreach($carts as $row)
{{$row['product']->currentDescription->title}}
{{__('web.get_it')}} {{$tomorrow}}
{{__('web.store')}} {{$row['product']->store->currentDescription->title ?? ''}}
@if(count($row['product']->options()))

{{__('web.unit')}}:

@foreach($row['product']->options() as $option)
option_id == $row['option_id'] ? 'checked' :''}}>
@endforeach
@endif {{--
الكمية {{$row['count']}}
--}}
{{__('web.quantity')}} {{-- حذف --}} {{__('web.delete_cart')}}
{{$row['product']->cost['cost']}} {{__('web.sar')}}.
{{--
توصيل مجاني
--}}
@endforeach
@else @include('web.pages.components.not_found',['message'=>__('web.not_found_product_cart')]) @endif