@extends('layouts.partner') @section('content')

Settings

@csrf @method('PATCH')
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (auth()->user()->two_fa)

Two Factor Authentication

@csrf

2FA is enabled and the confirmation codes are sent to the following email address

@else

Two Factor Authentication

When 2FA is enabled you will get the confirmation code on the following email address

Enter code sent to your email

Wait 00:59 seconds to resend the code

Congratulations!

Two Factor Authentication is now enabled

Please wait while we send the confirmation code...
@endif
@section('script') @endsection @endsection