@if(isset($responseStats) && count($responseStats))

{{ $responseStats['accepted'] ?? 0 }}

{{ __('labels.accepted') }}

{{ $responseStats['rejected'] ?? 0 }}

{{ __('labels.rejected') }}

{{ $responseStats['maybe'] ?? 0 }}

{{ __('labels.maybe') }}

{{ $responseStats['total'] ?? 0 }}

{{ __('labels.total_responses') }}
@endif