@extends(activeTemplate().'layouts.user') @section('title','') @section('import-css') @stop @section('content')

{{__($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('script') @endsection