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

Eggs

@endsection @section('content')
Eggs allow extreme flexibility and configuration. Please note that modifying an egg can cause issues with your server may brick it.
@foreach($eggs as $egg) @endforeach
ID Name Description Servers
{{ $egg->id }} {{ $egg->name }} {{ $egg->description }} {{ $egg->servers->count() }}
@endsection