{{-- 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') Nests → {{ $nest->name }} @endsection @section('content-header')

{{ $nest->name }}{{ str_limit($nest->description, 50) }}

@endsection @section('content')

This should be a descriptive category name that emcompasses all of the options within the service.

The author of this service option. Please direct questions and issues to them unless this is an official option authored by support@pterodactyl.io.

A unique identifier that all servers using this option are assigned for identification purposes.

Nest Eggs

@foreach($nest->eggs as $egg) @endforeach
Name Description Servers
{{ $egg->name }} {!! $egg->description !!} {{ $egg->servers->count() }}
@endsection @section('footer-scripts') @parent @endsection