@section('title', __('Notification Settings'))

{{ __('Configure which model actions should trigger real-time notifications') }}

{{ __('Notification Sound Settings') }}

{{ __('Play a sound when notifications are received') }}

@if(strpos($soundFile, 'custom-') === 0) @endif
@production
@else
{{ __("Only allowed in Production") }}
@endproduction

{{ __('Supported formats: MP3, WAV, OGG (Max 1MB)') }}

@error('customSoundUpload') {{ $message }} @enderror
@foreach($actions as $action) @endforeach @foreach($models as $modelName => $modelClass) @foreach($actions as $action) @endforeach @endforeach
{{ __('Model') }} {{ __(ucfirst($action)) }}
{{ $modelName }}

{{ __('Information') }}

  • {{ __('Toggle switches to enable or disable notifications for specific model actions') }}
  • {{ __('Created: Triggered when a new record is created') }}
  • {{ __('Updated: Triggered when a record is modified') }}
  • {{ __('Deleted: Triggered when a record is deleted') }}
  • {{ __('Notifications will be broadcast via WebSocket to connected users') }}
@push('scripts') @endpush