@extends('front.front_layouts.main') @section('content') @include('front.front_component.category_slider')

{{$product->supplierCategory()->name}}

@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->attribute_values as $attribute)
{{$attribute->attribute->label}}:{{$attribute->getValueAttribute()}}
@endforeach

منتجات مرتبطة

عرض الكل
@push('script') @endpush @endsection