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();
Screenshot_2024-05-03_at_6.19.29_AM.png
Was this page helpful?