@php $tabs = [ 'overview' => ['label' => __('Overview'), 'icon' => 'heroicon-o-home'], 'firewall' => ['label' => __('Firewall'), 'icon' => 'heroicon-o-shield-check'], 'waf' => ['label' => __('ModSecurity / WAF'), 'icon' => 'heroicon-o-shield-exclamation'], 'fail2ban' => ['label' => __('Fail2ban'), 'icon' => 'heroicon-o-lock-closed'], 'antivirus' => ['label' => __('Antivirus'), 'icon' => 'heroicon-o-bug-ant'], 'ssh' => ['label' => __('SSH'), 'icon' => 'heroicon-o-command-line'], 'scanner' => ['label' => __('Vulnerability Scanner'), 'icon' => 'heroicon-o-magnifying-glass-circle'], ]; @endphp