| {{ __('Address') }} | {{ __('Service(s)') }} | {{ __('Auth/Acct') }} | {{ __('Timeout') }} | {{ __('Status') }} | {{ __('Act') }} |
|---|---|---|---|---|---|
{{ $s['address'] ?? '-' }} |
@foreach(explode(',', $s['service'] ?? '') as $srv) {{ $srv }} @endforeach | {{ $s['authentication-port'] ?? '-' }} / {{ $s['accounting-port'] ?? '-' }} | {{ $s['timeout'] ?? '-' }} | @if(($s['disabled'] ?? 'false') === 'false') {{ __('Active') }} @else {{ __('Disabled') }} @endif | @if(($s['disabled'] ?? 'false') === 'false') @else @endif |
| {{ __('No RADIUS servers configured.') }} | |||||