@php echo ''; @endphp {{ route('/') }} 1.0 {{ gmdate('Y-m-d\TH:i:s+00:00') }} daily @if ($authors) @foreach ($authors as $author) {{ route('author', $author->username) }} {{ gmdate('Y-m-d\TH:i:s+00:00', strtotime($author->updated_at)) }} weekly 0.8 @endforeach @endif