{!! $xml_header !!} @foreach ($entries as $entry) {{ $entry->loc }} {{ $entry->lastmod->format("c") }} @if ($entry->changefreq) {{ $entry->changefreq }} @endif @if ($entry->priority){{ $entry->priority }} @elseif ($entry->path === '/') 1 @else 0.8 @endif @endforeach