@include('votes::public.vote_item.partial.header')
@include('votes::public.vote_item.partial.aside')
@foreach($vote_items as $vote_item)

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

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