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

Sushant97's avatar

Laravel Notifications: How to insert line breaks?

public function toArray($notifiable)
    {
        return [
            'notify'=>'You have been assigned a classroom with a subject. You can now assign marks to students in this subject in IA Management.'
        ];
    }

This is my notification sentence. It's two sentences long. How do I make it so that the 2 sentences are not on the same line? I want to squeeze the notification in into a small rectangular box like facebook. tags or "\n" just show up like text on front end.

How do I insert a line break into the notification?

0 likes
1 reply

Please or to participate in this conversation.