@extends('layouts.app') @section('content')
{{ !empty($title) ? $title : 'อำเภอ' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('amphurs.form', [ 'amphur' => $amphur, ])
@endsection