{{-- ▼ 並び替え用 hidden --}}
{{-- ▼ 各種アクションボタン群 --}}
{{-- ▼ ページネーション --}}
{{-- ▼ フラッシュメッセージ --}}
{{ $list->appends(['sort' => $sort ?? '', 'sort_type' => $sort_type ?? ''])->links('pagination') }}
@if(Session::has('success'))
@elseif(isset($errorMsg))
@endif
{{-- ▼ 一覧(市区マスタ準拠:1枚テーブル/先頭が「チェック+編集」統合列) --}}
{{ Session::get('success') }}
@elseif(Session::has('error'))