@extends('admin.admin_master') @section('title') Notice View @endsection @section('content')

Notice Details Back

Notice Date {{$notice->date}}
Notice Description {!!$notice->description!!}
@endsection