@extends('layouts.admin.app') @section('page-title') {{ __('Send Notification') }} @endsection @section('page-nav-title')

{{ __('Notification') }}

{{ __('Create new notification') }}

@endsection @section('content') @include('includes.dialog')

{{ __('Create Notification') }}

@csrf
@error('Title')
{{ $message }}
@enderror
@error('Description')
{{ $message }}
@enderror
@endsection