Apr 5, 2023
0
Level 1
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?
Please or to participate in this conversation.