@if (!empty($config['table']['filter'])) @foreach ($config['table']['filter'] as $k_f => $f) @if (!empty($f['status']))
@if ($f['type'] == 'select') @elseif ($f['type'] == 'selection') @slot('option') @if (!empty($f['options'])) @foreach ($f['options'] as $k_opt => $opt) @endforeach @endif @endslot @endif
@endif @endforeach @endif