@if (!empty($config['table']['filter'])) @foreach ($config['table']['filter'] as $k_f => $f) @if (empty($f['status'])) @continue @endif @php $label = $f['label'] ?? __("field.{$k_f}"); @endphp
@if ($f['type'] == 'select') @endif
@endforeach @endif