@extends('layouts.app') @section('title', '編集') @section('content')
{{-- 編集フォーム --}}
@csrf @include('admin.parks._form', [ 'record' => $record, 'isEdit' => true ])
{{-- 削除フォーム(hidden) --}}
@csrf
@endsection