Answers for "italic text in laravel notification"

PHP
0

italic text in laravel notification

use IlluminateSupportHtmlString;

->line(new HtmlString('Last date: <strong>' . $this->due_date . '</strong>'))
Posted by: Guest on January-31-2022

Browse Popular Code Answers by Language