© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3mo ago•
5 replies
Code with RSL

notification actions not work

4️⃣v4
 Notification::make()
                ->title(''.$getData->car_number.' Qara siyahıdadır')
                ->body('  Əlavə edilmə tarixi '.$getData->created_at.', Səbəb: '.$getData->reason.' ')
                ->persistent()
                ->danger()
                ->actions([
                    Action::make('sendToPos')
                        ->label('POS-a Göndər') ->requiresConfirmation()
                        ->action(function (array $arguments) {
                            dd('Test action called', $arguments);
                        }),
 Notification::make()
                ->title(''.$getData->car_number.' Qara siyahıdadır')
                ->body('  Əlavə edilmə tarixi '.$getData->created_at.', Səbəb: '.$getData->reason.' ')
                ->persistent()
                ->danger()
                ->actions([
                    Action::make('sendToPos')
                        ->label('POS-a Göndər') ->requiresConfirmation()
                        ->action(function (array $arguments) {
                            dd('Test action called', $arguments);
                        }),
Screenshot_2025-11-30_at_17.53.39.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Notification actions
FilamentFFilament / ❓┊help
3y ago
Notification Grouped Actions
FilamentFFilament / ❓┊help
2y ago
Database Notification does not work
FilamentFFilament / ❓┊help
12mo ago