Add bold text and line break into Laravel Notification Email
PHP Snippet 1:
->line(new HtmlString('Last date: <strong>' . $this->due_date . '</strong>'))
PHP Snippet 2:
'This will create a
new line'
PHP Snippet 3:
"This will also create a \n new line"