@section('title', $news->title ) @section('style') @if($news->banner != '' && file_exists('storage/' . $news->banner)) @endif @endsection @section('script') @endsection @section('page-banner')

{!! $news->title !!}

@endsection