@extends('admin.layouts.app') @section('title', 'Admin - Edit Notification') @section('content')

Edit Notification

@csrf @method('put')
{{$errors->first('message')}}
{{$errors->first('date')}}
@endsection @push('footerscript') @endpush