@extends(activeTemplate() .'layouts.user') @section('style') @stop @section('content') @include(activeTemplate().'partials.breadcrumb')
@include(activeTemplate().'partials.sidebar')
{{__($page_title)}}
@if(Auth::user()->ts)
@lang('Two Factor Authenticator')
@else
@lang('Two Factor Authenticator')
@endif
@lang('Google Authenticator')
@lang('Use Google Authenticator to Scan the QR code or use the code')

@lang('Google Authenticator is a multifactor app for mobile devices. It generates timed codes used during the 2-step verification process. To use Google Authenticator, install the Google Authenticator application on your mobile device.')

@lang('DOWNLOAD APP')
@endsection @section('load-js') @stop @section('script') @endsection