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