Export to Excel Filter
@foreach($structure->output() as $row) @if($row->getExportable() && $row->getExportSearchable() && !$row->getHideExport())
@include ('core::components.filter-dynamic-input.index')
@endif @endforeach Cancel Export