- {{ \Carbon\Carbon::parse($blog->created_at)->format('F j, Y') }}
- {{ $blog->bcategory->name }}
{{ $blog->title }}
{!! strlen($blog->content) > 90 ? mb_substr(strip_tags($blog->content), 0, 90, 'UTF-8') . '...' : $blog->content !!}
{{ __('Read More') }}