@if ($post->first_category->name) {{ $post->first_category->name }} @endif {{ number_format($post->views) }} {{ $post->name }} {{ $post->description }} {{ __('By') }} {{ $post->author->name }} {{ $post->created_at->translatedFormat('M d, Y') }} {{ __(':count mins read', ['count' => get_time_to_read($post)]) }} {{ __(':count Views', ['count' => number_format($post->views)]) }} {{ __('Read more') }}
@if ($post->first_category->name) {{ $post->first_category->name }} @endif {{ $post->name }} {{ $post->description }} {{ $post->created_at->translatedFormat('M d, Y') }} {{ __('Read more') }}