@if(! $wafInstalled) {{ __('ModSecurity not detected') }} {{ __('Install ModSecurity on the server to enable WAF controls. Settings can be saved now and applied later.') }} @endif
{{ $this->wafForm }}
{{ __('Whitelist Rules') }} {{ __('Exclude trusted traffic from specific ModSecurity rule IDs.') }} @livewire('admin.waf-whitelist-table')
{{ __('Blocked Requests') }} {{ __('Recent ModSecurity denials from the audit log. Use whitelist to allow trusted traffic.') }} {{ $this->table }}