@extends('layouts.admin') @section('title') Locations → View → {{ $location->short }} @endsection @section('content-header')

{{ $location->short }}{{ str_limit($location->long, 75) }}

@endsection @section('content')

Location Details

Nodes

@foreach($location->nodes as $node) @endforeach
ID Name FQDN Servers
{{ $node->id }} {{ $node->name }} {{ $node->fqdn }} {{ $node->servers->count() }}
@endsection