@extends('layouts.app') @section('title', 'Link Details') @section('page-title', 'Link Details') @section('content')

Link #{{ $ispLink->link_id }}

Edit Back
Link Information
ID:{{ $ispLink->link_id }}
From:{{ $ispLink->fromInterface->interface_name ?? '-' }}
{{ $ispLink->fromInterface->device->site->site_name ?? '' }}
To:{{ $ispLink->toInterface->interface_name ?? '-' }}
{{ $ispLink->toInterface->device->site->site_name ?? '' }}
Capacity:{{ $ispLink->capacity_mbps ?? '-' }} Mbps
Fiber Type:{{ $ispLink->fiber_type ?? '-' }}
Description:{{ $ispLink->path_description ?? '-' }}
@endsection