{{ __('Send New Notification') }}

{{ __('Back to Notifications') }}
@if (session('error')) @endif
@csrf

{{ __('Notification Content') }}

@error('title')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

{{ __('If checked, users will also receive this notification by email.') }}

@error('send_email')

{{ $message }}

@enderror

{{ __('Recipients') }}

@foreach($users as $user)
id, old('user_ids', [])) ? 'checked' : '' }} class="user-checkbox h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500">

{{ $user->email }}

@endforeach
@error('user_ids')

{{ $message }}

@enderror