@extends('templates/header') @section('content') Product
    @if(!empty($post->apercu1))
  • @endif @if(!empty($post->apercu2))
  • @endif @if(!empty($post->apercu3))
  • @endif @if(!empty($post->apercu4))
  • @endif


{{ $post->titre}}


@if(!empty($post->prixp))
Prix:
{{ $post->prixp }}
@else
Prix:
{{ $post->prix }}
@endif

{!! $post->description !!}



@foreach($child as $childItem) @if($childItem->titre === $post->categorie)
Catégories: {{ $post->categorie }}
@endif @endforeach @if(!empty($post->prix)) Devis @endif
@endsection