@section('title', __('Notification Settings'))
{{ __('Configure which model actions should trigger real-time notifications') }}
{{ __('Play a sound when notifications are received') }}
{{ __('Supported formats: MP3, WAV, OGG (Max 1MB)') }}
@error('customSoundUpload') {{ $message }} @enderror| {{ __('Model') }} | @foreach($actions as $action){{ __(ucfirst($action)) }} | @endforeach
|---|---|
| {{ $modelName }} | @foreach($actions as $action)@endforeach |