@extends('layouts.app') @section('title', '駐輪場マスタ 編集') @section('content') {{-- ▼ パンくず --}}
{{-- ▼ 編集フォーム --}}
@csrf @method('PUT')
{{-- ▼ ボタンエリア(上部) --}}
{{-- ▼ 入力フォーム --}} @include('admin.parks._form') {{-- ▼ フッター(下部ボタン) --}}
@endsection