{{ __('Email change pending.')}}

{{ $user->email }}

{{ __('Unverified Emails') }}

{{ __('Email') }} {{ __('Status') }} {{ __('Action') }}
{{ Auth::user()->setting->new_temp_email }} {{ __('Not Verified') }}
{{ __('Change Email Request!')}}
{{ __('Your request is being reviewed by our support team. If approved, a confirmation email will be sent to')}} {{ Auth::user()->setting->new_temp_email}}{{ __('. Please check your inbox and follow the instructions in the email to complete the email change process.')}}
{{ __('Verification Email Sent!')}}
{{ __("We've sent verification links to both your old and new email addresses.")}} {{__('Please check your inboxes and follow the instructions to complete the email change process.')}} {{__('If you don’t see the emails, be sure to check your spam or junk folders, or request new links if needed.')}}
{{ __('Verification Email Sent!')}}
{{ __("We’ve sent verification links to new email address. Please check inboxe and follow the instructions to complete the email change process. If you don’t see the emails, check your spam folders or request new verification links.")}}
{{ $user->email }}

{{ __('Enter your new email address and password, click the "Change" button.') }}
{{ __('A confirmation link will be sent to your new email address to complete the update.') }}