{{ $product->name }}
احصل على أفضل قطعة غيار لسيارتك من هنا
@if ($product->images && is_array($product->images))
@foreach ($product->images as $image)
@endforeach
@elseif ($product->main_image)
@else
@endif
@if ($product->images && is_array($product->images))
@foreach ($product->images as $image)
@endforeach
@elseif ($product->main_image)
@else
@endif
{{ $product->name }}
الرمز
{{-- {{ $product->sku }}
الماركة
@if ($product->brands->isNotEmpty())
--}}
{{ $product->brands->first()->name }}
@elseغير محدد
@endif
@if($product->stock > 0)
متاح بالمخزن
@elseغير متاح بالمخزن
@endif{{ $product->price }}L.E
@if ($product->has_special_discount)
{{ $product->original_price }}L.E
@endif
{{ $product->description }}
الوصف
المواصفات
التوافق
{{ $product->description }}
@if($product->features->isNotEmpty())
@foreach ($product->features as $feature)
@endif
{{ $feature->name }}
@endforeach
@else
{{ $feature->value }}
لا توجد مواصفات لعرضها
@if($product->compatibilities->isNotEmpty())
@foreach ($product->compatibilities as $compatibility)
@endif
@if($compatibility->brand)
العلامة التجارية
@endforeach
@else
{{ $compatibility->brand->name }}
@endif @if($compatibility->carModel) موديل السيارة{{ $compatibility->carModel->name }}
@endif @if($compatibility->carModelEngine) سعة المحرك{{ $compatibility->carModelEngine->name }}
@endifلا توجد معلومات توافق لعرضها
منتجات ذات صلة
تصفح العديد من المنتجات الخاصة بسيارتك
@foreach ($similarProducts as $product)
@include('web.partials.products-list-product-card', compact('product'))
@endforeach