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

Create Notification

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