{!! Form::number("middleware_{$key}_autoBlock_attempts", @$auto_block['attempts'] ?? null, ['class' => 'form-control']) !!}
IP will be blocked after these attempts in time period (Block Frequency)
{!! Form::number("middleware_{$key}_autoBlock_frequency", @$auto_block['frequency'] / 60 ?? null, ['class' => 'form-control']) !!}
IP will be blocked after N attempts during this time.
{!! Form::number("middleware_{$key}_autoBlock_period", @$auto_block['period'] / 60 ?? null, ['class' => 'form-control']) !!}
Time for which IP will be blocked.