{!! '' !!} @foreach ([route('home'), route('about'), route('projects.index'), route('research.index'), route('resume.show'), route('contact')] as $url) {{ $url }} @endforeach @foreach ($projects as $project) {{ route('projects.show', $project->slug) }}{{ $project->updated_at->toAtomString() }} @endforeach @foreach ($publications as $publication) {{ route('research.show', $publication->slug) }}{{ $publication->updated_at->toAtomString() }} @endforeach