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.