@extends('layouts.admin') @section('title') Nests @endsection @section('content-header')

NestsAll nests currently available on this system.

@endsection @section('content')
Eggs are a powerful feature of Pterodactyl Panel that allow for extreme flexibility and configuration. Please note that while powerful, modifying an egg wrongly can very easily brick your servers and cause more problems. Please avoid editing our default eggs — those provided by support@pterodactyl.io — unless you are absolutely sure of what you are doing.

Configured Nests

@foreach($nests as $nest) @endforeach
ID Name Description Eggs Servers
{{ $nest->id }} {{ $nest->name }} {{ $nest->description }} {{ $nest->eggs_count }} {{ $nest->servers_count }}
@endsection @section('footer-scripts') @parent @endsection