@include('advancedcrm::opportunity.partial.header')
@include('advancedcrm::opportunity.partial.aside')
@foreach($opportunities as $opportunity)

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

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