@foreach ($polls as $poll)
@endforeach
{{ $poll->question }}
{{ \Carbon\Carbon::parse($poll->created_at)->locale('fr')->translatedFormat('d F Y à H\hi') }}
@if($poll->active)
Voter
@else
Ce sondage est désactivé.
@endif