laravel controller text message breack a line code example
Example: laravel new line in session flash message
Use <br> but when displaying the messages, use unescaped echoing:
{!! session('message') !!}
Use <br> but when displaying the messages, use unescaped echoing:
{!! session('message') !!}