@extends('layouts.mobile-user') @section('content')
Set up 2 Factor Authenticator
@csrf

Please enter the OTP generated on your Authenticator App.
Ensure you submit the current one because it refreshes every 30 seconds.

{{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}}
(required)
{{-- @if($user->two_fa == 0)--}} {{--

Enter Authenticator Code Sent to Your Mail and Proceed.

--}} {{--
--}} {{-- @csrf--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- @if ($errors->has('verify-code'))--}} {{-- --}} {{-- {{ $errors->first('verify-code') }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @elseif($user->two_fa == 1)--}} {{--
--}} {{-- 2FA is Currently Enabled for your account.--}} {{--
--}} {{--

If you are looking to disable Two Factor Authentication. Please confirm your password and Click Disable 2FA Button.

--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('current-password'))--}} {{-- --}} {{-- {{ $errors->first('current-password') }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- @csrf--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}}
@endsection