@extends(activeTemplate().'layouts.form') @section('style') @stop @section('content') @if(!$user->status)

{{__($page_title)}}

@elseif(!$user->ev)
@csrf

@lang($page_title)

@if ($errors->has('email_verified_code')) {{ $errors->first('email_verified_code') }} @endif
@lang('Please check including your Junk/Spam Folder. if not found, you can ') @lang('Resend code Again') @if ($errors->has('resend'))
{{ $errors->first('resend') }} @endif
@elseif(!$user->sv)
@csrf

@lang($page_title)

@if ($errors->has('sms_verified_code')) {{ $errors->first('sms_verified_code') }} @endif
@lang('No code on your phone Yet ? ') @lang('Resend code Again') @if ($errors->has('resend'))
{{ $errors->first('resend') }} @endif
@elseif(!$user->tv)
@csrf

@lang('2FA VERIFICATION')

@lang('Current Time') : {{\Carbon\Carbon::now()}}

@lang("Google Authenticator Code")

@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@else @endif
@endsection @push('style-lib') @endpush @push('js') @endpush @push('js') @endpush