{{-- 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') Mounts @endsection @section('content-header')

MountsSoonTM

@endsection @section('content')

Mount 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