{{ Theme::formatDate($post->created_at) }} {{ __('in') }} @foreach($post->categories as $category) {{ $category->name }} @if (!$loop->last) , @endif @endforeach

-

{{ number_format($post->views) }}