@extends('layout.main') @section('main')
Here you can see the info about the security profiles on this router.
ID | Name | Mode | Authentication Types | Unicast Ciphers | Group Ciphers | Default | Action | |
---|---|---|---|---|---|---|---|---|
{{ $profile->{'.id'} }} | {{ $profile->name }} | {{ $profile->mode }} | {{ $profile->{'authentication-types'} ?: 'None' }} | {{ $profile->{'unicast-ciphers'} }} | {{ $profile->{'group-ciphers'} }} | {{ $profile->default == 'true' ? 'Yes' : 'No' }} |