| ID |
Interface Name |
Device |
Site |
Type |
Status |
Actions |
@forelse($interfaces as $interface)
| {{ $interface->interface_id }} |
{{ $interface->interface_name ?? '-' }} |
{{ $interface->device->device_name ?? '-' }} |
{{ $interface->device->site->site_name ?? '-' }} |
{{ $interface->interface_type ?? '-' }} |
{{ $interface->status }} |
|
@empty
| No interfaces found |
@endforelse
{{ $interfaces->links() }}