@component('mail::layout', ['layoutColor' => $layoutColor, 'pixelUrl' => $pixelUrl])
@component('mail::body')
Hi {{ $name }},
You have requested to change your email address. Click the link below to confirm this change.
@component('mail::button', ['url' => $emailResetUrl, 'color' => $layoutColor])
Change Email
@endcomponent
@endcomponent
@endcomponent