@extends('layouts.app') @section('title', '市区マスタ編集') @section('content') 編集 ホーム 市区マスタ 編集 @includeIf('common.flash') @csrf @method('POST') @include('admin.CityMaster._form', [ 'isEdit' => 1, 'isInfo' => 0, 'city' => $city, ]) 登録 戻る @endsection @push('scripts') @endpush