@endif
@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')
@endif
@endif
@endforeach
@endif
@if (!empty($config['table']['btn']['export']))
@else
@endif