@extends('frontend.layouts.navBar') @section('content')

{{$produit->nom}}

{!! html_entity_decode($produit ->description) !!}

@if ($produit->prix_etat == 1)

Prix: {{$produit->prix}}

@endif
  • Categories: @foreach ($produit->categories as $singleTag) {{ $singleTag->nom }} @endforeach
  • @if($produit->promotion) @foreach($promotions as $promotion ) {{$promotion->remise}}
  • Date: {{$promotion->debut}} -> {{$promotion->fin}}
  • Date: {!! html_entity_decode($promotion->description)!!}
  • @endforeach @endif
@if ($produit->document !=null) @endif

{{--
Share --}}
    {{-- @foreach($contacts as $contact) @if($contact->coorType_id == 6)
  • @elseif($contact->coorType_id == 8)
  • @elseif($contact->coorType_id == 7)
  • @endif @endforeach --}}
@endsection