@if (!is_null($selected_id))
@include('message.messages')

Name
{{ $name }}

Total Seats
{{ $total_seats }}

Staff Seats
{{ $staff_seats }}

Graduate Seats
{{ $graduate_seats }}

Guest Seats
{{ $guest_seats }}

Notification Trigger Threshold
{{ $notification_trigger_threshold }}

@error('status') {{ $message }} @enderror
@endif {{-- Because she competes with no one, no one can compete with her. --}} @foreach ($ceremonies as $ceremony)
{{--

Remaining Seats: {{ $total_remaining_seats }}

--}} @forelse ($ceremony->seats as $seat) @empty @endforelse
Action(s) Name Reamining Guest Seats Status Guest Seats Total Seats Staff Seats Graduate Seats Notification Trigger Threshold Notification Sent Count
{{ $seat->name }} {{ $seat->remaining_guest_seats }} {!! statusHtml($seat->status) !!} {{ $seat->graduate_seats }} {{ $seat->total_seats }} {{ $seat->staff_seats }} {{ $seat->guest_seats }} {{ $seat->notification_trigger_threshold }} {{ $seat->notification_sent_count }}
{{ noData() }}
@endforeach