@foreach($notice as $val)
{{$val->title}}
{{--
通知类型
--}}
{{date('Y年m月d日 H:i:s',strtotime($val->created_at))}}
{!!$val->content!!}
@endforeach