{{ $voter->name }} @if($voter->votes->first()?->value) {{ __('Yes') }} @endif @if($voter->votes->first() && !$voter->votes->first()?->value) {{ __('No') }} @endif
{{ $text ?? '' }}