{{-- Email Change Verification - Atomic Design System v2.0 Sent to NEW email address when user requests email change Note: $colors automatically injected via View Composer --}} @component('emails.layouts.base', [ 'title' => 'Verify Your New Email Address', 'previewText' => 'Confirm your email address change request', 'colors' => $colors ]) @component('emails.atoms.h1', ['colors' => $colors]) Verify Your New Email Address @endcomponent @component('emails.atoms.text', ['colors' => $colors]) @if($userName) Hello {{ $userName }}, @else Hello, @endif @endcomponent @component('emails.atoms.text', ['colors' => $colors]) You've requested to change your Global Gala account email address. Enter the following verification code in the app to confirm: @endcomponent @include('emails.atoms.spacer', ['height' => '16px'])