{{-- テーブル内ソート項目タイトルを生成する @props key ソート項目キー @props text 項目タイトル --}} @props(['key', 'text'=>null])
{{$text?? $slot}} @if($sortKey == $key && $sortType == 'asc') @endif @if($sortKey == $key && $sortType == 'desc') @endif