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