{{-- 並び替え用 hidden --}}
{{-- ▼ ボタンエリア --}}
{{-- ▼ テーブル --}}
{{-- 削除 --}}
{{-- ▼ ページネーション --}}
{{ $list->appends([
'sort' => $sort ?? '',
'sort_type' => $sort_type ?? ''
])->links('pagination') }}
@if(Session::has('success'))
@endif
{{ Session::get('success') }}
@elseif(Session::has('error'))