Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vampiremr's avatar

Nova notifications

Hi

I create notifications

 $notification = Laravel\Nova\Notifications\NovaNotification::make()
            ->message($softsMessage)
            ->type('info');

But I want to create 2 lines in one notification. How I can do it?

0 likes
0 replies

Please or to participate in this conversation.