@foreach($rules as $client)
  • {{ __('Chain:') }} {{ $client['chain'] ?? '' }}
  • {{ __('Action:') }} {{ $client['action'] ?? '' }}
  • {{ __('Protocol:') }} {{ $client['protocol'] ?? '' }}
  • {{ __('DST port:') }} {{ $client['dst-port'] ?? '' }}
  • {{ __('DST address:') }} {{ $client['dst-address'] ?? '' }}
  • {{ __('Connection state:') }} {{ $client['connection-state'] ?? '' }}
  • {{ __('Log:') }} {{ $client['log'] ?? '' }}
  • {{ __('Log prefix:') }} {{ $client['log-prefix'] ?? '' }}
  • {{ __('IPSec policy:') }} {{ $client['ipsec-policy'] ?? '' }}
  • {{ __('In interface list:') }} {{ $client['in-interface-list'] ?? '' }}
@endforeach