@extends("vitrines.base");
@php
$header = htmlHeader("","","","");
@endphp
@section('content')
Choisi et vote pour ton candidat !
Les votes en ce moment
@foreach ($votes as $vote)
vote {{ $vote->event->name }}
- Prend fin le {{ date("jS, F Y à h:i:s", strtotime($vote->date_since)) }}
- {{ $vote->country }}
{{-- - {{ $vote->price }} FCFA
--}}
{{--
--}}
{{ $vote->date_end }}
@endforeach
@endsection