{{ __('Verify Your Email Address') }}
@if (session('status') == 'verification-link-sent')
A new email verification link has been emailed to you!
@endif {{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }},
@csrf
{{ __('click here to request another') }}
{{__('app.logout')}}
{{-- WORKSUITESAAS --}} @if(session('impersonate') && isWorksuiteSaas())
@lang('superadmin.stopImpersonation')
@endif
@csrf