{{ url('/') }}
hourly
1.0
{{ url('/photo-gallery') }}
daily
0.6
{{ url('/video-gallery') }}
daily
0.6
{{ url('/e-paper') }}
daily
0.7
@foreach($categories as $cat)
{{ route('news.category', $cat->slug) }}
{{ $cat->updated_at->toAtomString() }}
hourly
0.8
@endforeach
@foreach($posts as $post)
{{ route('news.show', $post->slug) }}
{{ $post->updated_at->toAtomString() }}
weekly
0.9
@endforeach