@component('mail::message') # Password Reset

Hi, {{ $user->first_name }} {{ $user->last_name }},

There was a request to change your password.
If you did not make this request, just ignore this email. Otherwise, please click the button below to change your password.

@component('mail::button', ['url' => $url]) Change Password @endcomponent Thanks,
{{ config('app.name') }} @endcomponent