@extends('layouts.admin') @section('content')

Privacy-conscious first-party metrics

Analytics

Last 30 days. Events intentionally exclude contact-form fields, medical information and advertising identifiers.

@foreach($totals->take(8) as $row)

{{ str($row->event)->headline() }}

{{ number_format($row->total) }}

@endforeach

Top paths

@foreach($topPaths as $row)@endforeach
PathEvents
{{ $row->path }}{{ number_format($row->total) }}

Daily event volume

@foreach($daily as $row)
{{ $row->day }}{{ number_format($row->total) }}
@endforeach
@endsection