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