@php
$color = $this->getColor();
$filters = $this->getFilters();
$heading = $this->getHeading();
@endphp
{{ $heading }}
@if ($filters)
@foreach ($filters as $val => $label)
@endforeach
@endif
@foreach ($this->getCachedData() as $record)
-
{{ FilamentGoogleAnalytics::thousandsFormater($record['visits']) }}
@endforeach