@if ($errors->any())
@foreach ($errors->all() as $e)
@endif
@if (session('success'))
{{ $e }}
@endforeach
{{ session('success') }}
@endif
駐輪場情報
駐輪場名
{{ $park->park_name ?? '' }}
新規
{{-- 件数 + ページネーション --}}
全 {{ $regulations->total() }} 件中
{{ $regulations->firstItem() }}〜{{ $regulations->lastItem() }} 件を表示
{{ $regulations->appends(request()->query())->links('pagination') }}
| 操作 | 車種区分 | 駐輪分類 | 駐輪規定 |
|---|---|---|---|
| 編集 | {{ $r->psection_subject ?? $r->psection_id }} | {{ $r->ptype_subject ?? $r->ptype_id }} | {{ Str::limit($r->regulations_text ?? '', 200) }} |
| 規定がありません。 | |||
{{ $regulations->appends(request()->query())->links('pagination') }}