{{ route('home') }}{{ route('matches.index') }}{{ route('teams.index') }}{{ route('cities.index') }}{{ route('stadiums.index') }} @foreach($matches as $item){{ route('matches.show',$item) }}{{ $item->updated_at->toAtomString() }}@endforeach @foreach($teams as $item){{ route('teams.show',$item) }}@endforeach @foreach($cities as $item){{ route('cities.show',$item) }}@endforeach @foreach($stadiums as $item){{ route('stadiums.show',$item) }}@endforeach