My Articles

@forelse ($posts as $blog)
{{ Carbon\Carbon::parse($blog->created_at)->format('M d, Y') }}

{{ Str::limit($blog->title, 42) }}

{!! Str::limit(strip_tags($blog->description), 75) !!}

Read More
@empty

No articles found.

@endforelse
{{ $posts->links('pagination::bootstrap-4') }}