@extends('layouts.user') @section('title') @lang('Two Step Authentication') @endsection @section('breadcrumb') @lang('Two Step Authentication') @endsection @section('content')
@if ($gs->two_fa) @if (auth()->user()->two_fa_status)

@lang('Your two step authentication is activated')

@lang('Deactivate Two Step Authentication')
@else

@lang('Activate Two Step Authentication')

@csrf
@endif @else

@lang('Two step authentication is temporary unavailable.')

@endif
@endsection