@extends(config('template.client.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('head') @parent @endsection @section('content')
{{__('main.Two Factor Authentication')}}
{{__('main.Enable or manage two-factor authentication for extra login protection')}}

{{ __('main.Two-Factor Authentication') }}

{{ __('main.Currently') }}
@if($user->two_factor) @else @endif {{ $user->two_factor ? __('main.Enabled') : __('main.Disabled') }}
@if($user->two_factor) @else @endif
{{ __('main.We recommend enabling two-factor authentication to enhance your account security') }}
@endsection @section('js') @parent @endsection