@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
Password reset.
@endcomponent
@component('mail::body')
Hi {{ $name }},
Forgot your password? Don't worry. We've all been there. Click the button below to set a new password.
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
Reset your password
@endcomponent
Thanks,
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent