@extends('vitrines.base'); @php $header = htmlHeader($candidatDetail->name,$candidatDetail->description,route("App#OneCandidate",["link"=>$candidatDetail->link]),$candidatDetail->photo) @endphp {{ $voteIsFree = (bool)$candidatDetail->vote->free }} @section("css") @endsection @section("js") @endsection @section('content')

Informations détaillées sur {{ $candidatDetail->name }} et vote

{{ $candidatDetail->name }}

{{ $candidatDetail->name }}

{{ $candidatDetail->description }}
@csrf
@if($candidatDetail->vote->type === "custom")
@elseif ($candidatDetail->vote->type === "unlimited")
@elseif ($candidatDetail->vote->type === "unique")
@endif {{--
--}} @if (!$voteIsFree)
@endif

Besoin d'aide ?

Contactez nous par appel téléphonique direct ou par whatsapp et nous vous répondrons très vite.

@endsection