@if (!empty($config['table']['filter'])) @foreach ($config['table']['filter'] as $k_f => $f) @if (!empty($f['status']))
@if ($f['type'] == 'selection_date') @slot('option') @endslot @elseif ($f['type'] == 'select') @if (!empty($f['options'])) {{-- Static options dropdown --}} @else @endif @elseif ($f['type'] == 'number') @elseif ($f['type'] == 'icon')
@endif
@endif @endforeach @endif