@extends('layouts.app') @section('title', 'Switch Details - ISP ERP System') @section('content')
View switch information and SNMP logs
{{ $switch->name }}
{{ $switch->ip }}
{{ $switch->community }}
{{ $switch->brand ?? '—' }}
{{ $switch->location ?? '—' }}
{{ $switch->created_at->format('M d, Y h:i A') }}
| # | Data Type | Data Value | Created At | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $log->data_type }} | {{ $log->created_at->format('M d, Y h:i A') }} |