2
@foreach($contacts as $contact) @if($contact->coorType_id == 4)
{{$contact->details}}
@elseif($contact->coorType_id == 1)
{{$contact->coordonnees}}
@elseif($contact->coorType_id == 3){{$contact->coordonnees}}
@endif @endforeach
{{--
Search...
--}} @include('frontend.partials.search')
Accueil
A propos de nous
Produit
@foreach($categories as $categorie)
{{$categorie->nom}}
@endforeach
Promotion
Contact
@yield('content')