{{ $post->title }}

@php $postBadges = $post->allBadges(); @endphp @if(count($postBadges))
@foreach($postBadges as $postBadge)
{{ $postBadge->title }}
@endforeach
@endif

{{ $post->subtitle }}

{{ $post->author->full_name }}
{{ trans('update.written_by') }} {{ $post->author->full_name }}
{{ trans('update.published_on') }} {{ dateTimeFormat($post->created_at, 'j M Y') }}
@if(!empty($post->study_time))
{{ trans('public.study_time') }} {{ $post->study_time }} {{ trans('update.mins') }}
@endif
{{ trans('public.category') }} {{ $post->category->title }}