@extends('merchant.layouts.app') @section('panel')
@if(Auth::guard('merchant')->user()->ts)
@lang('Two Factor Authenticator')
@else
@lang('Two Factor Authenticator')
@endif
@lang('Google Authenticator')

@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 @push('style') @endpush @push('script') @endpush