{{-- 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 ($mounts as $mount) @endforeach
ID Name Source Target Eggs Nodes Servers
{{ $mount->id }} {{ $mount->name }} {{ $mount->source }} {{ $mount->target }} {{ $mount->eggs_count }} {{ $mount->nodes_count }} {{ $mount->servers_count }}
@endsection