@extends('core::layouts.master') @section('title') {{__('user::general.Two Factor Authentication')}} @endsection @section('styles') @stop @section('content')

{{__('user::general.Two Factor Authentication')}} / {{ $user->first_name }} {{ $user->last_name }} {{ trans_choice('core::general.back',1) }}

@include('user::themes.adminlte.user.profile.user_profile_menu')

{{__('user::general.Two Factor Authentication')}}

@if($user->enable_google2fa==1 && !empty($user->google2fa_secret))
{{csrf_field()}}
@error('current_password') {{ $message }} @enderror
@else

{{__('user::general.Set up your two factor authentication by scanning the barcode below. Alternatively, you can use the code')}}

{{ $secret }}

{{csrf_field()}}
@endif
@endsection @section('scripts') @endsection