@extends('frontend.layouts.main') @section('title') {{ __('Disable two-factor authentication') }} @endsection @section('content')
{{ __('It is not recommended to disable two-factor authentication.') }} {{ __('If you still wish to proceed please input 2FA one-time password and your current account password below.') }}
@endsection