@if(getSetting('security.allow_geo_blocking'))
enable_geoblocking ? 'checked' : ''}}>
{{__("If enabled, visitors from certain countries will be restricted access.")}}
@endif @if(getSetting('security.allow_users_2fa_switch'))
enable_2fa ? 'checked' : ''}}>
{{__("If enabled, access from new devices will be restricted until verified.")}}
@if($verifiedDevicesCount)

{{__("Allowed devices")}}

@include('elements.settings.user-devices-list', ['type' => 'verified']) @endif @if($unverifiedDevicesCount)

{{__("Un-verified devices")}}

@include('elements.settings.user-devices-list', ['type' => 'unverified']) @endif
@endif
@include('elements.settings.device-delete-dialog')