View Notification
  Notification List
@csrf
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('notification'))
{{ $errors->first('notification') }}
@endif