@php $key = collect(explode('.', $parentIndex))->join(".content.") . ".content" @endphp
@if ($options = $this->getOperands($key))
@endif @if (!in_array($rule['content']['operand'], ['is empty', 'is not empty']))
@if ($column = $this->getRuleColumn($key))
@if (is_array($column['filterable'])) @elseif($column['type'] === 'boolean') @elseif($column['type'] === 'date') @elseif($column['type'] === 'time') @else @endif
@endif
@endif