{{ route('accueil') }}
{{ route('annonces.index') }}
{{ route('liv509') }}
{{ route('articles.index') }}
{{ route('services') }}
{{ route('contact') }}
{{ route('legal') }}
@foreach($annonces as $a)
{{ route('annonce.show', $a) }}
{{ $a->updated_at->toAtomString() }}
@endforeach
@foreach($articles as $article)
{{ route('article.show', $article) }}
{{ $article->updated_at->toAtomString() }}
@endforeach