{{-- ソート用フォーム --}}
{{-- フラッシュメッセージ --}}
{{ $list->appends(['sort'=>$sort,'sort_type'=>$sort_type])->links('pagination') }}
@if(Session::has('success'))
@elseif(isset($errorMsg))
@endif
{{ Session::get('success') }}
@elseif(Session::has('error'))