{{-- アラート(成功) --}} @if(Session::has('success')) @endif {{-- アラート(エラー:Session) --}} @if(Session::has('error')) @endif {{-- アラート(任意エラー) --}} @if(isset($errorMsg)) @endif {{-- バリデーションエラー --}} @if($errors->any())

{{ __('入力内容に不備があります:') }}

@endif
{{-- ▼ 市区ID(編集時のみ表示) --}} @if(!empty($isEdit))
@endif {{-- ▼ 市区名 --}}
{{-- ▼ 印字レイアウトファイル --}}
{{-- ▼ 備考 --}}
{{-- ▼ 下部ボタン --}}
{{-- 登録/更新ボタン --}} @if(!empty($isEdit)) @else @endif {{-- 削除ボタン(編集時のみ表示) --}} @if(!empty($isEdit)) @endif {{-- 戻るボタン(一覧状態保持) --}}