@component('mail::message')
# Hey {{ $full_name }}
A request to reset password was received from your {{ config('app.name') }} Account - {{ $email }}.
Please ignore this email or contact us at {{ config('constant.reply_to_email') }} if you haven't requested for reset password.
@component('mail::button', ['url' => $url])
Reset Password
@endcomponent
**Note:** This link can be used to change your password only once.
@component('mail::subcopy')
If you're having trouble clicking the "Reset Password" button, copy and paste the URL below into your web browser {{ $url }}
Not sure why you received this email? Please let us know.
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent