@php $columns = $this->getColumns(); $heading = $this->getHeading(); $description = $this->getDescription(); $hasHeading = filled($heading); $hasDescription = filled($description); @endphp @if ($hasHeading || $hasDescription)
@if ($hasHeading)

{{ $heading }}

@endif @if ($hasDescription)

{{ $description }}

@endif
@endif
getPollingInterval()) wire:poll.{{ $pollingInterval }} @endif @class([ 'fi-wi-stats-overview-stats-ctn 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