Laravel: notification message code example
Example 1: laravel notification
php artisan make:notification InvoicePaid
Example 2: create notification laravel
php artisan make:notification notificationName
php artisan make:notification InvoicePaid
php artisan make:notification notificationName