@extends('layouts.admin.app') @section('page-title') {{ __('Send Notification') }} @endsection @section('page-nav-title')
{{ __('Notification') }}
{{ __('Create new notification') }}
{{ __('Dashboard') }}
{{ __('Create Notification') }}
@endsection @section('content') @include('includes.dialog')
{{ __('Create Notification') }}
@csrf
{{ __('Type') }}
{{ __('Select one') }}
{{ __('Users') }}
{{ __('customer-service') }}
{{ __('doctors') }}
{{ __('Admins') }}
{{ __('Title') }}
@error('Title')
{{ $message }}
@enderror
{{ __('Description') }}
@error('Description')
{{ $message }}
@enderror
@endsection