We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7804b76 commit 29d4332Copy full SHA for 29d4332
resources/views/tailwind/includes/filter-pills.blade.php
@@ -1,3 +1,4 @@
1
+<div>
2
@if ($showFilters && count($this->getFiltersWithoutSearch()))
3
<div class="p-6 md:p-0">
4
<small class="text-gray-700">@lang('Applied Filters'):</small>
@@ -36,3 +37,4 @@ class="flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justif
36
37
</button>
38
</div>
39
@endif
40
+</div>
0 commit comments