@extends('layouts.app') @section('title', '2FA Settings') @push('stylesheets') @include('admin-controls.partials.settings-styles') @endpush @section('contents')
Enable Two-Factor Authentication

When enabled, all users will be required to enter a verification code sent to their email during login.

is_enabled) ? 'checked' : '' }}>

Select users who should skip 2FA and login directly with email + password.

@endsection @push('scripts') @endpush