@extends('layouts.app') @section('content')
{{ !empty($tambon->name) ? $tambon->name : 'ตำบล' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('tambons.form', [ 'tambon' => $tambon, ])
@endsection