@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{!! !empty($data['news']['description']) ? $data['news']['description'] : "" !!}
@endsection @section('script') @endsection