@extends('layouts.app') @section('content')
{{ !empty($title) ? $title : 'แก้ไขบ้านเลขที่' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('homes.form', [ 'home' => $home, ])
@endsection @section('script') @endsection