@extends('master') @section('content')
@include('admin.layout.breadcrumbs', [ 'title' => __('Send Notification'), ])

{{ __('Send Notification') }}

@if (session('status')) @endif
@csrf
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('image')
{{ $message }}
@enderror
@section('js') @endsection
@endsection