@extends('layouts.app') @section('content')
เพิ่ม ผู้มีสิทธิ์เลือกตั้ง ใหม่
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('people.form', [ 'people' => null, ])
@endsection @section('style') @endsection @section('script') @endsection