@extends('layouts.librenmsv1') @section('title', __('Port Groups')) @section('content')
| {{ __('Name') }} | {{ __('Description') }} | {{ __('Ports') }} | {{ __('Actions') }} |
|---|---|---|---|
| {{ $port_group->name }} | {{ $port_group->desc }} | {{ $port_group->ports_count }} | @can('update', $port_group) @endcan @can('delete', $port_group) @endcan |