@php $postGridBadges = $post->allBadges(); @endphp
{{ $post->title }} @if(count($postGridBadges))
@foreach($postGridBadges as $postGridCardBadge)
{{ $postGridCardBadge->title }}
@endforeach
@endif
{{ dateTimeFormat($post->created_at, 'j M Y') }}
@if(!empty($post->study_time))
{{ $post->study_time }} {{ trans('update.min') }}
@endif
{{ $post->comments_count }}