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

{{$v->title}}

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

Categories: @foreach($v->categories->take(6) as $category) {{ $category->name }} @endforeach
Industries: @foreach($v->industries->take(6) as $industry) {{ $industry->name }} @endforeach
@endforeach @if(\App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::CRP)) @if(!empty($crn_list)) @endif @endif