Yes, you can change the email template, which is located in
resources/views/emails/password.blade.php.
To configure, pass an instance of the user model into this view and highlight the username, for example:
Hello, {{$user->username}}
Update for laravel 5.3 +
In updated versions of laravel, the code structure is updated. Password reset mail is now located at the provider /laravel/framework/src/Illuminate/Auth/Notifications/ResetPassword.php
and the corresponding template is located at: resources / opinion / supplier / notification / email.blade.php
, , :