@include('company_structure::hall.partial.header')
@include('company_structure::hall.partial.aside')
@foreach($halls as $hall)

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

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