{{ $entry->student->full_name(true) }}
{{ $entry->student->grade }}
{{ $entry->audition->name }}
@if(auditionSetting('advanceTo'))
@if($entry->for_seating)
@else
@endif
@if($entry->for_advancement)
@else
@endif
@endif
|
@if($entry->audition->hasFlag('seats_published'))
@if($entry->seat)
{{ $entry->seat->ensemble->name }} - {{ $entry->seat->seat }}
@else
Not Seated
@endif
|
{{ $entry->rank('seating', false) }}
|
@endif
@php
$currentDate = Carbon::now('America/Chicago');
$currentDate = $currentDate->format('Y-m-d');
@endphp
@if( $entry->audition->entry_deadline >= $currentDate)
@endif
@endforeach