Visitor locations and content consumption Top regions from public and Flutter API traffic in the last 30 days.
@foreach ($this->getLocations() as $location) @php $share = $this->getTotalVisits() > 0 ? min(100, round(($location->visits / $this->getTotalVisits()) * 100)) : 0; $place = collect([$location->city, $location->region, $location->country])->filter()->join(', '); @endphp
{{ $place }}
{{ number_format($location->visits) }} visits ยท {{ number_format($location->consumptions) }} content consumptions
{{ $share }}%
@endforeach