@if (isset($model->search_trigger) || isset($model->filter_col))
{{-- Column filter --}}
@if (isset($model->filter_col))
{{-- {{ count($all_customers) }} Alle --}} {{-- @foreach($customer_types as $type) {{ count($filter_customer_types[$type]) }} {{ $type }} @endforeach --}}
@endif
{{-- ------------ --}} {{-- Column Search --}}
@if (isset($model->search_trigger))
@endif
{{-- ------------ --}}
@endif