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

{{str_limit($news['title'], 300)}} @if($news->user_id == user_id('client.web') && $news->user_type == user_type('client.web'))   @endif @if($news->user_id == user_id('client.web') && $news->user_type == user_type('client.web')) @endif

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