@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)
  • {{ $record['name'] }}
    {{ $record['path'] }}
    {{ FilamentGoogleAnalytics::thousandsFormater($record['visits']) }}
  • @endforeach