@lang('app.authentication_throttling')
{!! Form::open(['route' => 'settings.auth.update', 'id' => 'auth-throttle-settings-form']) !!}

{!! Form::checkbox('throttle_enabled', 1, settings('throttle_enabled'), ['class' => 'switch']) !!}
{!! Form::close() !!}