@extends('layouts.backend') @section('content-header')

@if($product->published) @else @endif @if($product->production_nationale) production nationale @endif Détails de produit

@endsection @section('content')

{{ $product->brand->name }}

{{ $product->brand->name }}

{{ $product->category->parent->name }} > {{ $product->category->name }}

{{ $product->name }}

{{ $product->ref }}

{{ $product->code_douanier }}

{{ $product->description }}

@if(isset($product->image) && !empty($product->image))

@endif

@if(isset($product->fiche_technique) && !empty($product->fiche_technique)) {{ $product->fiche_technique }} @endif

{{ $product->prix_achat_ht }}

{{ $product->prix_achat_ttc }}

{{ $product->prix_vente_ht }}

{{ $product->prix_vente_ttc }}

SEO

{{ $product->seo_page_title }}

{{ $product->seo_meta_description }}

Attributs

@foreach($attributes as $item) @include('shared.attributes.'.$item->attribute->type.'.show', ['value' => $item->value, 'attribute' => $item->attribute]) @endforeach

Les entreprises proposant le produit

@foreach($product->companies as $company) {{ $company->name }}
@endforeach
@endsection