@extends('layouts.librenmsv1') @section('title', __('Create Port Group')) @section('content')
{{ __('Create Port Group') }} @csrf @include('port-group.form')
{{ __('Cancel') }}
@endsection