@include('news::public.news_category.partial.header')
@include('news::public.news_category.partial.aside')
@foreach($news_categories as $news_category)

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

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