@foreach ($pages as $page)
{{ route($page) }}
weekly
@endforeach
@foreach ($realisations as $r)
{{ url('/realisations/' . $r->id) }}
{{ $r->updated_at->toAtomString() }}
@endforeach
@foreach ($actualites as $a)
{{ url('/actualites/' . $a->id) }}
{{ $a->updated_at->toAtomString() }}
@endforeach