@props(['chips' => [], 'totalCount' => null]) @if (!empty($chips))
Active filters: @foreach ($chips as $chip) {{ $chip['label'] }} @endforeach @if($totalCount !== null) {{ number_format($totalCount) }} result(s) @endif
@endif