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