{{ucwords($news->title)}}
{!! Str::limit($news->news_content, $limit = 150, $end = ' ...') !!}
@if($news->external_link)
{{$news->button_title}}
@else
{{$news->button_title}}
@endif