@extends('layouts.master') @section('title') {{trans_choice('general.two_factor',1)}} {{trans_choice('general.authentication',1)}} @endsection @section('content')
{{trans_choice('general.two_factor',1)}} {{trans_choice('general.authentication',1)}}

{{trans_choice('general.2fa_instruction',1)}} {{ $secret }}

@if(Auth::user()->enable_google2fa==1 && !empty(Auth::user()->google2fa_secret))
{{csrf_field()}}
@else
{{csrf_field()}}
@endif
@endsection @section('footer-scripts') @endsection