@php echo ''; @endphp @foreach ($posts as $post) {{ url('product/' . $post->id . '/' . $post->category->category_name . '/' . Str::slug($post->post_title)) }} {{ $post->updated_at ? $post->updated_at->toDateString() : \Carbon\Carbon::now()->toDateString() }} daily 0.7 @endforeach