@foreach ($news as $k => $v)
@if($v->description) {!!strip_tags($v->description)!!} @else {!!strip_tags($v->html_text)!!} @endif