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