{{ $post->name }} @if($category = $post->firstCategory) {{ $category->name }} @endif

{{ $post->name }}

{{ $post->created_at->translatedFormat('Y M d') }} {{ __(':number mins read', ['number' => number_format(strlen(strip_tags($post->content)) / 300)]) }}

{{ Str::limit($post->description, 120) }}