@extends('layouts.app') @section('title', 'Edit Device') @section('page-title', 'Edit Device') @section('content')

Edit Device

Back
@csrf @method('PUT')
Ports
Add Port Range
Enter range like 1-24 or comma-separated values like 1,2,3,5. Port Type and Capacity will be applied to all ports.
@foreach($ispDevice->ports as $port)
@endforeach
@error('ports.*')
{{ $message }}
@enderror
@push('scripts') @endpush @endsection