@if (!empty($config['table']['btn']['export']))
$member_id ?? null]) }}" method="POST"> @csrf @else
@endif @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') @php $label = $f['label'] ?? __('field.' . $k_f); @endphp @if (!empty($f['options'])) @foreach ($f['options'] as $k_o => $o) @endforeach @endif @endif
@endif @endforeach @endif @if (!empty($config['table']['btn']['export'])) @else
@endif