{{-- 並び替え用 hidden --}}
{{ $payments->appends(['sort' => $sort ?? '', 'sort_type' => $sort_type ?? ''])->links('pagination') }}
@if(Session::has('success'))
@endif
{{ Session::get('success') }}
@elseif(Session::has('error'))