@extends('layouts.app') @section('content')
เพิ่ม บ้านเลขที่ ใหม่
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('homes.form', [ 'home' => null, ])
@endsection @section('script') @endsection