@foreach($columns as $keyField => $column) @if(isset($column['name']) and ($column['name'] === 'checkbox' or $column['name'] === 'action'))   @elseif(isset($column['type']) and !empty($column['type']) and $column['type'] === 'date') @else @if($column['searchable'] === true) @else   @endif @endif @endforeach @foreach($columns as $keyField => $column) @if(isset($column['name']) and ($column['name'] === 'checkbox' or $column['name'] === 'action'))   @elseif(isset($column['type']) and !empty($column['type']) and $column['type'] === 'date')
@else @if($column['searchable'] === true) @else   @endif @endif @endforeach