Use notifications only with icon

Notification::make()
    ->success()
    ->send()

if i dont set the title in the notification, why a blank space appears. shouldnt that blank space be removed, so only the icon appears?

I just want to notify with an icon and without text. also, if its possible id like to hide the cross

i know i can provide a custom view, but i think maybe this blank space, by default, should be removed if the title isnt set. no?
image.png
Was this page helpful?