@extends($activeTemplate.'layouts.auth') @section('content') @php $auth = getContent('auth.content', true); @endphp @lang('2FA Verification') @lang('Current Time'): {{\Carbon\Carbon::now()}} @csrf @lang('Verification Code') * @lang('Submit') @lang('Please check including your Junk/Spam Folder. if not found, you can') @lang('Resend code') @if ($errors->has('resend')) {{ $errors->first('resend') }} @endif @lang('Welcome to') @endsection @push('script') @endpush
@lang('Please check including your Junk/Spam Folder. if not found, you can') @lang('Resend code')