@foreach($columns as $column)
field }}')"
class="@if($column->hidden) opacity-40 @endif cursor-pointer flex justify-start block px-4 py-2 text-gray-800 hover:bg-gray-100 hover:text-black-200 dark:text-gray-200 dark:hover:bg-gray-700">
@if(!$column->hidden)
@else
@endif
{{ $column->title }}
@endforeach