@extends('front.layout.master') @php $user = Auth::user(); $sellerac = App\Store::where('user_id','=', $user->id)->first(); @endphp @section('title', __('2 Factor Auth') . ' | ') @section('body')
@if(auth()->user()->google2fa_enable == 1) {{ __('Active') }} @else {{ __('Not enabled') }} @endif
{{ __('Use Google Authenticator or any TOTP app to scan.') }}
{{ __('You will need to enter your password to disable two-factor authentication.') }}