@include('web.partials.index.slider')
@include('web.partials.index.header_search_container')
خصيصاً لك
تصفح العديد من المنتجات الخاصة بسيارتك
@foreach ($recommendedProducts as $product)
@endforeach
@if (isset($product->category) && $product->category)
{{ $product->category->name }}
@else
قسم غير محدد
@endif
{{ $product->name }}
{{ $product->price }}L.E
@if ($product->has_special_discount)
{{ $product->original_price }}L.E
@endif