@if ($errors->has(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['TOTAL_ATTEMPT']))
{{ $errors->first(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['TOTAL_ATTEMPT']) }}
@endif
@if ($errors->has(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['LOCKOUT_TIME']))
{{ $errors->first(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['LOCKOUT_TIME']) }}
@endif
@if ($errors->has(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['IDLE_TIME']))
{{ $errors->first(\App\Models\SiteConfiguration::LOGIN_ATTEMPT['IDLE_TIME']) }}
@endif
@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