@include('advertisements::public.advt_hit.partial.header')
@include('advertisements::public.advt_hit.partial.aside')
@foreach($advt_hits as $advt_hit)

{{str_limit($advt_hit['title'], 300)}}

{{@$advt_hit->viewcount}} {{format_date($advt_hit['posted_on'])}}
{{@$advt_hit->user->badge}}
@endforeach