News
@foreach($posts as $post)
{{ $post->title }}
{{ $post->created_at->format('Y-m-d') }} |
{{ $post->category->name ?? '' }}
{{ \Illuminate\Support\Str::words(strip_tags($post->content), 30) }}
Read More
@endforeach
{{ $posts->links() }}
@endsection