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

Create Device

Back
@csrf
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.
@error('ports.*')
{{ $message }}
@enderror
@push('scripts') @endpush @endsection