{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @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