@lang('app.authentication_throttling')
{!! Form::open(['route' => 'backend.settings.auth.update', 'id' => 'auth-throttle-settings-form']) !!}
{!! Form::checkbox('throttle_enabled', 1, settings('throttle_enabled'), ['class' => 'switch', 'id' => 'switch-throttle']) !!}
@lang('app.should_the_system_throttle_authentication_requests')
{!! Form::close() !!}