@include('head') @include('header')

SONDAGES EN LIGNE

PARTICIPEZ AUX SONDAGES

Exprimez votre avis sur les thématiques proposées.

{{-- --}}
@foreach ($polls as $poll)
{{ $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
@endforeach
@include('subscribe') @include('footer')