{{-- Reusable filter bar. Renders any App\Support\Filters\FilterSet with the same layout on every page. @include('admin.inventory.partials.filter_bar', ['filters' => $filters]) Collapsed by default so it costs one row of space; opens automatically when something is filtering. Active filters show as chips outside the collapsible panel, so they stay visible even when it is shut. Optional: 'action' to post to a different URL than the current one. --}} @php /** @var \App\Support\Filters\FilterSet $filters */ $filterAction = $action ?? url()->current(); @endphp