@extends('user.layouts.master') @section('breadcrumb') @include('user.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("user.dashboard"), ] ], 'active' => __("Profile")]) @endsection @push('css') @endpush @section('content')

{{ __("Two Factor Authenticator") }}

@if (auth()->user()->two_factor_status)
{{ __("Don't forget to add this application in your google authentication app. Otherwise you can't login in your account.") }}
@else @endif

{{ __("Google Authenticator") }}

{{ __("Download Google Authenticator App") }}

{{ __("Google Authenticator adds an extra layer of security to your online accounts by adding a second step of verification when you sign in. This means that in addition to your password, you'll also need to enter a code that is generated by the Google Authenticator app on your phone") }}. {{ __("How to Setup") }}?

img
{{ __("Download App") }}
@endsection @push('script') @endpush