@extends('sitemap.layout') @section('content') @foreach($items as $item) {{route('cat',$item->slug)}} {{ $item->updated_at->tz('UTC')->toAtomString() }} weekly 0.8 @endforeach @endsection