@extends('layouts.app') @section('title', '駐輪場マスタ 編集') @section('content')
{{-- 画面上部のツールバー(左:登録/その他、右:削除) --}}
@csrf
{{-- 本体フォーム(白背景のカード) --}}
@csrf @method('PUT') @include('admin.parks._form')
@endsection