@foreach ($news as $k => $v)

{{$v->title}}

@if($v->description) {!!strip_tags($v->description)!!} @else {!!strip_tags($v->html_text)!!} @endif

Categories: {!!\App\Models\News\NewsCategoryRelation::getCategoryNames($v->id)!!}
Industries: {!!\App\Models\News\NewsIndustryRelation::getIndustryNames($v->id)!!}
@endforeach @if(\App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::CRP)) @if(!empty($crn_list)) @endif @endif