@include('buyer::public.buyer.partial.header')
@include('buyer::public.buyer.partial.aside')
@foreach($buyers as $buyer)

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

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