@extends('front.layout.app') @section('content') @php echo cms_edit_page("module/news");@endphp {!! cms_page_heading('NEWS & ALERTS') !!}
{!! stext($news->description, 60, url('/news-details/' . $news->id . '/' . Str::slug($news->title))) !!}