@extends('layouts.app') @section('title', '編集') @section('content')

編集

{{-- 編集フォーム --}}
@csrf @include('admin.cities._form', [ 'isEdit' => true, 'record' => $record ])
{{-- 削除フォーム(非表示) --}}
@endsection