{{ $blog->category->name }}
{{ $blog->published_at->format('M j, Y') }}
@if($blog->read_time)
{{ $blog->read_time }} min read
@endif
{!! highlightSearchTerm($blog->title, $searchQuery) !!}
{!! highlightSearchTerm($blog->summary, $searchQuery) !!}
{{ $blog->views_count }}
{{ __('navigation.read_more') }}