{{-- ▼ アクションボタン --}}
{{-- ▼ ページネーション --}}
{{ $list->appends([
'sort' => $sort ?? '',
'sort_type' => $sort_type ?? ''
])->links('pagination') }}
{{-- ▼ フラッシュメッセージ --}}
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
@if ($list->count() > 0)
@endif