@php $sortDirection = request('direction') === 'asc' ? 'desc' : 'asc'; $isCurrentSort = request('sort') === $column; @endphp {{ $label }} @if($isCurrentSort) @else @endif