{{-- Accueil --}} {{ url('/') }} weekly 1.0 {{-- Boutique --}} {{ route('shop.index') }} weekly 0.9 {{-- Pages --}} @foreach($pages as $page) {{ url($page->parent ? $page->parent->slug . '/' . $page->slug : $page->slug) }} {{ $page->updated_at->toW3cString() }} monthly 0.7 @endforeach {{-- Catégories --}} @foreach($categories as $category) {{ $category->url() }} {{ $category->updated_at->toW3cString() }} weekly 0.8 @endforeach {{-- Produits --}} @foreach($products as $product) {{ $product->url() }} {{ $product->updated_at->toW3cString() }} weekly 0.8 @endforeach