{{ $room->name }} {{ $room->description }} @if($room->entries->count() === 0 and $room->id != '0')
@else {{ $room->entries->count() }} @endif
@foreach($room->auditions as $audition) {{ $audition->entries->count() }} {{ $audition->name }} @endforeach