@foreach($post->categories as $category) {{ $category->name }} @endforeach {{ $post->name }} {{ $post->description }} {{ $post->created_at->format('d M, Y') }} {{ number_format(strlen($post->content) / 200) }} {{ __('mins read') }} {{ number_format($post->views) }} {{ __('views') }}