{{ url('/') }}
{{ now()->toAtomString() }}
daily
1.0
@foreach ($dist_products as $product)
{{ route('products.detail', $product->id) }}
{{ $product->updated_at->toAtomString() }}
weekly
0.8
@endforeach
@foreach ($dist_pages as $page)
{{ $page->slug ? route('page.detail', $page->slug) : route('page.detail', $page->id) }}
{{ $page->updated_at->toAtomString() }}
weekly
0.8
@endforeach