@php $label = 'mb-1 block font-mono text-[11px] uppercase tracking-wider text-ink-3'; $field = 'h-9 w-full rounded-md border border-line bg-inset px-3 font-mono text-sm text-ink placeholder:text-ink-4 focus:border-accent/40 focus:outline-none'; $select = 'h-9 w-full rounded-md border border-line bg-inset px-3 text-sm text-ink focus:border-accent/40 focus:outline-none'; @endphp

{{ __('modals.firewall_rule.title') }}

@if ($tool === 'firewalld') {{ __('modals.firewall_rule.subtitle_firewalld') }} @else {{ __('modals.firewall_rule.subtitle_ufw') }} @endif

@if ($error)

{{ $error }}

@endif
@if ($tool !== 'firewalld')
@endif
@if ($tool !== 'firewalld')
@endif
{{ __('common.cancel') }} {{ __('common.add') }}