@extends('layouts.app') @section('title', 'Switches - ISP ERP System') @section('content')
Manage network switches and their configurations
| # | Name | IP Address | Community | Brand | Location | Created At | Actions |
|---|---|---|---|---|---|---|---|
| {{ $switches->firstItem() + $loop->index }} | {{ $switch->name }} |
{{ $switch->ip }}
|
{{ $switch->community }} | {{ $switch->brand ?? '—' }} | {{ $switch->location ?? '—' }} | {{ $switch->created_at->format('M d, Y') }} |