{{-- ▼ アクションボタン --}}
{{-- ▼ ページネーション --}}
{{ $list->appends([
'sort' => $sort ?? '',
'sort_type' => $sort_type ?? ''
])->links('pagination') }}
@if ($list->count() > 0)
@else
{{-- ▼ データ無し表示 --}}
表示するデータがありません。
@endif