{{-- Page header --}}

Overview

{{ now()->format('l, F j') }}

{{-- Metric cards --}}
Today
{{ number_format($today) }}
clicks since midnight
7 Days
{{ number_format($last7) }}
rolling window
30 Days
{{ number_format($last30) }}
rolling window
Links
{{ number_format($totalLinks) }}
active links
{{-- Chart --}}
CLICKS — LAST 30 DAYS
{{-- Top Links --}}
Top Links
View all →
@forelse($topLinks as $index => $link) @empty @endforelse
# Slug Clicks
{{ str_pad($index + 1, 2, '0', STR_PAD_LEFT) }}
nimu.li/{{ $link->slug }}
{{ number_format($link->total_clicks) }}

No links yet — create your first one