@foreach($rooms as $room) @if($room->id == 0) @continue @endif
  • {{-- card wrapper --}}
    {{-- card header --}}

    {{ $room->name }}

    {{ $room->description }}

    {{-- Auditions Dropdown --}}
    @foreach($room->auditions as $audition)

    {{ $audition->name }}

    @endforeach
    {{-- End Card Header --}}
    {{-- Judge Listing --}}
    {{-- Judge Line --}}

    Matt Young, Vinita

    Admin

    {{-- Add Judge Form --}}
    @csrf
  • @endforeach