@extends('agent.layouts.master') @push('css') @endpush @section('breadcrumb') @include('agent.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("agent.dashboard"), ] ], 'active' => __("2fa Security")]) @endsection @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 is a product based authenticator by Google that executes two-venture confirmation administrations for verifying clients of any programming applications") }}

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