@extends('admin.layout') @section('content')

Create New notification

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }} @include ('/admin/.notification.form', ['formMode' => 'create'])
@endsection