@lang('A 6 digit verification code sent to your email address'): {{
showEmailAddress(auth()->user()->email) }}
@include($activeTemplate.'components.verification_code')
@lang('If you don\'t get any code'),
@lang('Try again')
@if($errors->has('resend'))
{{ $errors->first('resend') }}
@endif