{{ $contact->telephone }}
{{ $contact->email }}
Menu
Accueil
Qui Sommes-Nous ?
@foreach ($categories as $category)
{{ $category->titre }}
@if ($category->categoryChildren->isNotEmpty())
@foreach ($category->categoryChildren as $child)
{{ $child->titre }}
@endforeach
@endif
@endforeach
Contact
{{--
--}}
@yield('content')
Copyright © {{ date('Y') }}
AK LINKS
| All rights reserved.