@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 encompasses all of the options within the service.

A unique ID used for identification of this nest internally and through the API.

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 UUID that all servers using this option are assigned for identification purposes.

Nest Eggs

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