@extends('layouts.librenmsv1') @section('title', __('Edit Port Group')) @section('content')
{{ __('Edit Port Group') }}: {{ $port_group->name }} {{ method_field('PUT') }} @csrf @include('port-group.form')
{{ __('Cancel') }}
@endsection