@extends('layouts.app') @section('title', '新規') @section('content')

新規

@csrf @include('admin.cities._form', [ 'isEdit' => false ])
@endsection