@extends('layouts.app') @section('content')
เพิ่ม ผลการเลือกตั้ง ใหม่
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('election_history_details.form', [ 'electionHistoryDetail' => null, ])
@endsection