{{__('Login Attempt Settings')}}

Attempt
@if ($errors->has(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['TOTAL_ATTEMPT'])) {{ $errors->first(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['TOTAL_ATTEMPT']) }} @endif
Hours
@if ($errors->has(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['LOCKOUT_TIME'])) {{ $errors->first(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['LOCKOUT_TIME']) }} @endif
Second
@if ($errors->has(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['IDLE_TIME'])) {{ $errors->first(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['IDLE_TIME']) }} @endif
Minute
@if ($errors->has('idle_logout')) {{ $errors->first('idle_logout') }} @endif {{__('user will be logged out after being inactive for XX minutes.')}}
@if ($errors->has(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['FAILED_ATTEMPT_MESSAGE'])) {{ $errors->first(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['FAILED_ATTEMPT_MESSAGE']) }} @endif
@can('login-settings-edit') @endcan