{{ trans('update.popular_posts') }}

@foreach($popularTopics as $popularTopic)
@if(!empty($popularTopic->cover)) {{ $popularTopic->title }} @else @endif
{{ $popularTopic->title }} {{ dateTimeFormat($popularTopic->created_at, 'j M Y') }}
@endforeach