@if (!empty($config['table']['filter'])) @foreach ($config['table']['filter'] as $k_f => $f) @if (!empty($f['status'])) @php $label = $f['label'] ?? __("field.{$k_f}"); @endphp
@if ($f['type'] == 'select') @if (!empty($member_id)) @php $disabled = !empty($f['readonly']); @endphp @else @endif @elseif ($f['type'] == 'selection') @slot('option') @foreach ($f['options'] as $k_o => $o) @endforeach @endslot @endif
@endif @endforeach @endif