- {{ $blog->author }}
- {{ Carbon\Carbon::parse($blog->created_at)->format('d M Y') }}
{{ @$blog->title }}
{{ strlen(strip_tags($blog->content)) > 90 ? mb_substr(strip_tags($blog->content), 0, 90, 'UTF-8') . '...' : strip_tags($blog->content) }}
{{ __('Read More') }}