@extends('front.front_layouts.main') @section('content') @include('front.front_component.category_slider') {{$product->supplierCategory()->name}} بحث عن متجر المحافظة إختر المحافظة 2 3 4 5 بحث عن صنف @php $supplier=$product->supplier; @endphp @foreach($product->product_images as $image) @endforeach {{$product->title}} {{$product->getMainUnit()->price}} {{$product->country->currency}} {{$product->description}} صنع فى {{$product->country->name}} @csrf إختر الوحدة @foreach($product->product_unit as $unit) is_main?'selected':'' }} value="{{ $unit->id }}">{{ $unit->unit_name }} @endforeach إضافة إلى الطلب @foreach($product->attribute_values as $attribute) {{$attribute->attribute->label}}:{{$attribute->getValueAttribute()}} @endforeach منتجات مرتبطة عرض الكل @foreach($related_products as $product) {{--@if(!$product->product_offer->isNotEmpty())--}} @include('front.front_component.product') {{--@endif--}} @endforeach @push('script') @endpush @endsection
{{$product->description}}