@if(count($row->attendees ?? []) > 0)
{{ __('Confirmations') }}
: {{ count($row->attendees ?? []) }}
@else
{{ __('Confirmations') }}: {{ count($row->attendees ?? []) }}
@endif
@if(count($row->might_attendees ?? []) > 0)
{{ __('Perhaps') }}
: {{ count($row->might_attendees ?? []) }}
@else
{{ __('Perhaps') }}: {{ count($row->might_attendees ?? []) }}
@endif