@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)
-
{{ filled($record['url']) ? $record['url'] : 'Unknown' }}
{{ FilamentGoogleAnalytics::thousandsFormater($record['pageViews']) }}
@endforeach