@unless ($column->isSortable()) {{ $column->text() ?? '' }} @else
{{ $column->text() }} @php $direction = $column->column() ? $sorts[$column->column()] ?? null : null; @endphp @if ($direction === 'asc') @elseif ($direction === 'desc') @else @endif
@endif