{{-- Because she competes with no one, no one can compete with her. --}} @forelse ($ceremonies as $ceremony)
@forelse ($ceremony->seats as $seat) @empty @endforelse
Name Reamining Guest Seats Status Guest Seats Total Seats Staff Seats Graduate Seats Notification Trigger Threshold Notification Sent Count Sort
{{ $seat->name }} {{ $seat->remaining_guest_seats }} {!! statusHtml($seat->status) !!} {{ $seat->guest_seats }} {{ $seat->total_seats }} {{ $seat->staff_seats }} {{ $seat->graduate_seats }} {{ $seat->notification_trigger_threshold }} {{ $seat->notification_sent_count }} {{ $seat->sort }}
{{ noData() }}
@empty
{!! noData() !!}
@endforelse