@extends('mommy.layouts.contentLayoutMaster') @section('title','通知: '. $news->name) @section('vendor-styles') @endsection @section('page-styles') @endsection @section('content')

{{ $news->name }}
{!! $news->description !!}
@endsection @section('vendor-scripts') @endsection @section('page-scripts') @endsection