@extends('admin/layouts/master') @section('title') {{ trns('security_settings') }} @endsection @section('page_name') {{ trns('security_settings') }} @endsection @section('content')

{{ trns('security_settings') }}

@if(auth()->user()->twofa_verify == 1)
{{ trns('two_fa_verified') }}

{{ trns('two_fa_already_enabled') }}

@csrf
@else
@csrf

{{ trns('two_factor_authentication') }}

QR Code

{{ trns('scan_qr_with_authenticator_app') }}

@if(isset($manualCode))
@endif
@error('twofa_code') {{ $message }} @enderror
@endif
@include('admin.layouts.myAjaxHelper') @endsection @section('ajaxCalls') @endsection