@extends('layout.main') @section('main')
Security Profiles Information

Here you can see the info about the security profiles on this router.

@csrf
@foreach (json_decode($data) as $profile) @endforeach
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' }}
@csrf @method('DELETE')
@endsection