@extends('backend.layouts.master') @section('title') Créer une élection @endsection @section('body') @endsection @section('content')
Créer une élection
@include('backend.elections.form')
@endsection