@extends('backend.layouts.master')
@section('title')
Élections
@endsection
@section('body')
@endsection
@section('content')
| Nom |
Slug |
Status |
Vote link |
Live link |
Min choix |
Max choix |
Actions |
@foreach ($elections as $election)
| {{ $election->name }} |
{{ $election->slug }} |
{{ $election->status }}
|
Vote
|
Live
|
{{ $election->min_choices }} |
{{ $election->max_choices }} |
Edit
Candidats
|
@endforeach
@endsection