@php $columns = $this->getColumns(); @endphp
getPollingInterval()) wire:poll.{{ $pollingInterval }} @endif @class([ 'fi-wi-stats-overview grid gap-6', 'md:grid-cols-1' => $columns === 1, 'md:grid-cols-2' => $columns === 2, 'md:grid-cols-3' => $columns === 3, 'md:grid-cols-2 xl:grid-cols-4' => $columns === 4, ]) > @foreach ($this->getCachedStats() as $stat) {{ $stat }} @endforeach