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 b78646a commit 0bd68a6Copy full SHA for 0bd68a6
resources/views/livewire/column.blade.php
@@ -74,15 +74,6 @@ class="w-full">
74
class="text-xs text-primary-600 dark:text-primary-400 flex items-center justify-center gap-2">
75
{{ __('flowforge::flowforge.loading_more_cards') }}
76
</div>
77
-
78
- <div x-show="!isLoadingColumn('{{ $columnId }}')"
79
- class="text-xs text-gray-500 dark:text-gray-400">
80
- {{ __('flowforge::flowforge.cards_pagination', [
81
- 'current' => count($column['items']),
82
- 'total' => $column['total'],
83
- 'cards' => strtolower($config['pluralCardLabel'])
84
- ]) }}
85
- </div>
86
87
@else
88
{{-- All items loaded --}}
0 commit comments