@foreach($productsAddCarts as $product)
{{@$product->Products->name}}
@if($product->item_color)
-{{$product->item_color->name}}
@else
@endif
@if($product->item_size)
-{{$product->item_size->name}}
@else
@endif
@lang('front.qty') : {{$product->quantity}} @lang('front.price') : {{$product->price}}
@lang('front.total_price') : {{$product->total_price}}
@endforeach