@php /** * @var \App\Models\Event[] $events A collection of all events with auditions */ @endphp @foreach($events as $event) @continue($event->auditions->isEmpty()) {{ $event->name }}
@foreach($event->auditions as $audition)
{{$audition->name}}
@endforeach
Run Draw
@endforeach