@foreach($pages as $page) {{ rtrim(config('seo.base_url', config('app.url')), '/') }}{{ $page['path'] === '/' ? '' : $page['path'] }} {{ $lastmod }} {{ $page['changefreq'] ?? 'weekly' }} {{ $page['priority'] ?? '0.8' }} @endforeach