@extends('admin.layout') @section('content') View Notification Dashboard Notification List View View Notification Notification List @csrf Title @if ($errors->has('title')) {{ $errors->first('title') }} @endif Description {!! $notification->notification !!} @if ($errors->has('notification')) {{ $errors->first('notification') }} @endif @endsection @push('footer-script') @endpush