@include('laravel::public.hub.partial.header')
@include('laravel::public.hub.partial.aside')
@foreach($hubs as $hub)

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

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