@if ($poll &&$poll->votes()->where('user_id', '=', auth()->id())->doesntExist())

{{ __('poll.poll') }}: {{ $poll->title }}

@include('poll.forms.vote')
@endif