@if($toggleColumns)
@foreach($columns as $column)
@if(!$column->hidden) @else @endif
{{ $column->title }}
@endforeach
@endif