@foreach($routes as $route)
  • {{ __('dst-address:') }} {{ $route['dst-address'] ?? '' }}
  • {{ __('pref-srcs:') }} {{ $route['pref-src'] ?? '' }}
  • {{ __('gateway:') }} {{ $route['gateway'] ?? '' }}
  • {{ __('gateway-status:') }} {{ $route['gateway-status'] ?? '' }}
  • {{ __('distance:') }} {{ $route['distance'] ?? '' }}
  • {{ __('scope:') }} {{ $route['scope'] ?? '' }}
  • {{ __('target-scope:') }} {{ $route['target-scope'] ?? '' }}
  • {{ __('vrf-interface:') }} {{ $route['vrf-interface'] ?? '' }}
  • {{ __('active:') }} {{ $route['active'] ?? '' }}
  • {{ __('dynamic:') }} {{ $route['dynamic'] ?? '' }}
  • {{ __('static:') }} {{ $route['static'] ?? '' }}
  • {{ __('connect:') }} {{ $route['connect'] ?? '' }}
  • {{ __('disabled:') }} {{ $route['disabled'] ?? '' }}
@endforeach