@layout('views/layouts/master') @section('content')

{{ $noticeView->title }}

{{ date('d M Y', strtotime($noticeView->date)) }}

{{ htmlspecialchars_decode($noticeView->notice) }}

@endsection