芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/user/twofactor/index.blade.php
@extends('layouts.user') @push('css') @endpush @section('contents')
@lang('Two factor authentication')
@lang('Dashboard')
@if(Auth::user()->twofa)
@lang('Two Factor Authenticator')
@lang('Disable Two Factor Authenticator')
@else
@lang('Two Factor Authenticator')
@lang('Enable Two Factor Authenticator')
@lang('DOWNLOAD APP')
@endif
@lang('Verify Your Otp')
@csrf
@lang('Verify Your Otp Disable')
×
@csrf
@endsection @push('js') @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if(Session::has('success')) @endif @endpush