@extends('layouts.app') @section('title', 'Interface Details') @section('page-title', 'Interface Details') @section('content')
| ID: | {{ $ispInterface->interface_id }} |
|---|---|
| Name: | {{ $ispInterface->interface_name ?? '-' }} |
| Type: | {{ $ispInterface->interface_type ?? '-' }} |
| Status: | {{ $ispInterface->status }} |
| Device: | {{ $ispInterface->device->device_name ?? '-' }} |
| Site: | {{ $ispInterface->device->site->site_name ?? '-' }} |