@extends('layouts.master') @section('content')
Notification Management Add Notification Management {{-- Forms --}} {{-- Form Layouts --}}

Add New Notification {{-- Notification Management List --}} Back to Notification Management

{{--

--}} {{--
--}}
Add Notification Management
@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
Cancel
@endsection @push('scripts') @endpush