{{ url('/') }}
weekly
1.0
{{ route('features') }}
monthly
0.9
{{ route('pricing') }}
monthly
0.9
{{ route('about') }}
monthly
0.7
{{ route('contact') }}
monthly
0.6
{{ route('documentation') }}
weekly
0.8
{{ route('blog') }}
daily
0.8
{{ route('help.index') }}
weekly
0.7
{{ route('help.faqs') }}
weekly
0.7
{{ route('help.troubleshooting') }}
monthly
0.6
{{ route('help.user-guides') }}
monthly
0.6
{{ route('help.video-tutorials') }}
monthly
0.6
@foreach($posts as $post)
{{ route('blog.show', $post->slug) }}
{{ ($post->updated_at ?? $post->published_at)->toAtomString() }}
monthly
0.7
@endforeach