@extends('layouts.app') @section('title', '駐輪規定 編集') @section('content')
@if ($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@csrf @include('admin.parking_regulations._form', ['psections' => $psections, 'ptypes' => $ptypes, 'parkId' => $park->park_id, 'record' => $record])
@csrf
戻る
@endsection