@include('subcategory::subcategory.partial.header')
@include('subcategory::subcategory.partial.aside')
@foreach($subcategories as $subcategory)

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

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