@extends('layouts.librenmsv1') @section('title', __('Ports')) @section('content')
@if($view === 'graph') @include('port.graphs') @else @include('port.list') @endif
@endsection @push('scripts') @endpush