{{__('Change Email') }} {{ __("Back To Profile") }}

@if(!empty(Auth::user()->setting->new_temp_email))
{{ $user->email ?? ''}}

{{ __('Unverified Emails') }}

{{ __('Email') }} {{ __('Status') }} {{ __('Action') }}
{{ Auth::user()->setting->new_temp_email }} {{ __('Not Verified') }}
@else
{{ $user->email ?? ''}}

{{ __('If you would like to change your email, please enter your new email and your password, click the change button below and we will send you an email with a link to change your email.') }}

@endif