@if($mode === 'add')
@error('ip')
{{ $message }}
@enderror
@if($type === 'blacklist')
Wird sofort im Jail mailwolt-blacklist gebannt (bantime = permanent).
@endif
@else
IP: {{ $prefill ?? $ip }}
Wird aus der {{ $type }} entfernt
@if($type === 'blacklist') und im Blacklist-Jail entbannt @endif.
@endif