{{ url('/') }}weekly1.0 {{ route('products') }}weekly0.9 {{ route('about') }}monthly0.7 {{ route('contact') }}monthly0.6 @foreach($products as $p) {{ route('product.show',$p->slug) }}weekly0.8{{ $p->updated_at->format('Y-m-d') }} @endforeach