@if($p != null)

{{$p->designation}}

@foreach($p->images()->get() as $key=>$im)
Product image
@endforeach
@foreach($p->images()->get() as $key=>$im) Product thumb @endforeach
{{number_format($p->prix)}} FCFA
Produit disponible
Description
{!! $p->description !!}
@endif