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 4a18b05 commit 8eafffeCopy full SHA for 8eafffe
resources/views/components/table/tr/bulk-actions.blade.php
@@ -97,7 +97,7 @@ class="btn btn-primary btn-sm"
97
</div>
98
</template>
99
100
- <<template x-if="selectedItems.length !== paginationTotalItemCount && !selectAllStatus">
+ <template x-if="selectedItems.length !== paginationTotalItemCount && !selectAllStatus">
101
<div wire:key="{{ $tableName }}-some-selected">
102
<span>
103
@lang('You have selected')
0 commit comments