@extends('layouts.app') @section('content')
{{ !empty($title) ? $title : 'Election History' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('election_histories.form', [ 'electionHistory' => $electionHistory, ])
@endsection @section('style') @endsection @section('script') @endsection