@php // $psections: 車種区分コレクション // $ptypes: 駐輪分類コレクション // $parkId: 駐輪場ID // $record: 編集用レコード(null = 新規) $selectedPsection = old('psection_id', $record->psection_id ?? null); $selectedPtype = old('ptype_id', $record->ptype_id ?? null); $regulationsText = old('regulations_text', $record->regulations_text ?? ''); @endphp {{-- 駐輪場名(編集不可) --}}