@component('mail::message')
# Password Reset Code
Hello **{{ $userName }}**,
We received a request to reset your password for **{{ $siteName }}**.
Use this code to complete the reset:
@component('mail::panel')
@endcomponent
**This code expires in {{ $expiresInMinutes }} minutes.**
If you did not request a password reset, ignore this email. Your password will remain unchanged.
For security reasons, never share this code with anyone.
Thanks,
**{{ $siteName }} Team**
@endcomponent