@unless($column['hidden'])
@if($column['sortable'])
{{ str_replace('_', ' ', $column['label']) }}
@if($sort === $index) @if($direction)
@else
@endif @endif
@else
{{ str_replace('_', ' ', $column['label']) }}
@endif
@endif