@include('product::public.product_category.partial.header')
@include('product::public.product_category.partial.aside')
@foreach($product_categories as $product_category)

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

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