@extends('backEnd.master') @section('title') @lang('auth.two_factor_setting') @endsection @push('css') @endpush @section('mainContent')
@csrf

@lang('auth.two_factor_setting')


@lang('auth.two_factor_otp')

two_factor == 1? 'checked':''}}>
two_factor == 0? 'checked':''}}>

@lang('auth.send_code_via')

via_sms == 1? 'checked':''}}>
via_email == 1? 'checked':''}}>

@lang('auth.applicable_for')

for_admin == 1? 'checked':''}}>
for_student == 2? 'checked':''}}>
for_parent == 3? 'checked':''}}>
for_teacher == 4? 'checked':''}}>
for_staff == 6? 'checked':''}}>
@if ($errors->has('expired_time')) {{ $errors->first('expired_time') }} @endif
@if(userPermission('two_factor_auth_setting'))
@endif
@section('script') @endsection @endsection