@extends('layouts.admin') @section('title') Locations @endsection @section('content-header')

LocationsAll locations that nodes can be assigned to for easier categorization.

@endsection @section('content')

Location List

@foreach ($locations as $location) @endforeach
ID Short Code Description Nodes Servers
{{ $location->id }} {{ $location->short }} {{ $location->long }} {{ $location->nodes_count }} {{ $location->servers_count }}
@endsection