© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
11 replies
HeartlandTechie

Notifications Markup not working as expected?

I'm using this and getting this:

   Notification::make()
                        ->title('Summer Student: ' . $this->student_name)
                        ->icon('heroicon-o-tag')
                        ->body(Str::markdown('**School:** ' . $this->schoolname . ' **Grade Level:**' . $this->grade_level . ' '))
                        ->iconColor('danger')
                        ->color('danger')
                        ->persistent()
                        ->send();
   Notification::make()
                        ->title('Summer Student: ' . $this->student_name)
                        ->icon('heroicon-o-tag')
                        ->body(Str::markdown('**School:** ' . $this->schoolname . ' **Grade Level:**' . $this->grade_level . ' '))
                        ->iconColor('danger')
                        ->color('danger')
                        ->persistent()
                        ->send();
Screenshot_2024-05-03_at_6.19.29_AM.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

TextColumn action not working as expected
FilamentFFilament / ❓┊help
2y ago
SelectFilter query not working as expected
FilamentFFilament / ❓┊help
3y ago
TableWidget Actions not working as expected
FilamentFFilament / ❓┊help
3y ago
validationMessages within createOptionsFrom not working as expected
FilamentFFilament / ❓┊help
12mo ago