{{-- resources/views/components/sort-header.blade.php --}} {{ $label }} @if($currentColumn == $column) @if($currentDirection == 'asc') @elseif($currentDirection == 'desc') @endif @endif