@include('orderpostmates::public.orderpostmate.partial.header')
@include('orderpostmates::public.orderpostmate.partial.aside')
@foreach($orderpostmates as $orderpostmate)

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

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