@extends('backEnd.master') @section('title') @lang('auth.two_factor_setting') @endsection @push('css') @endpush @section('mainContent') @lang('auth.two_factor_setting') @lang('common.dashboard') @lang('system_settings.general_settings') @lang('auth.two_factor_setting') @csrf @lang('auth.two_factor_setting') @lang('auth.two_factor_otp') two_factor == 1? 'checked':''}}> @lang('common.enable') two_factor == 0? 'checked':''}}> @lang('common.disable') @lang('auth.send_code_via') via_sms == 1? 'checked':''}}> @lang('common.sms') via_email == 1? 'checked':''}}> @lang('admin.email') @lang('auth.applicable_for') for_admin == 1? 'checked':''}}> @lang('admin.admin') for_student == 2? 'checked':''}}> @lang('student.student') for_parent == 3? 'checked':''}}> @lang('student.parents') for_teacher == 4? 'checked':''}}> @lang('common.teacher') for_staff == 6? 'checked':''}}> @lang('common.staff') @lang('auth.code_lifetime') (second) @if ($errors->has('expired_time')) {{ $errors->first('expired_time') }} @endif @if(userPermission('two_factor_auth_setting')) @lang('common.update') @endif @section('script') @endsection @endsection
@lang('auth.two_factor_otp')
@lang('auth.send_code_via')
@lang('auth.applicable_for')