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