@extends('backend.layouts.master') @section('title') Candidats - {{ $election->name }} @endsection @section('body')
@endsection @section('content')| Nom | Image | Votes | Actions |
|---|---|---|---|
| {{ $candidate->name }} |
@if ($candidate->image)
|
{{ $candidate->vote_count }} | Edit |