Tip: Clear the right date bound (bottom box) to set it to the current date and time. New
clicks will not show unless the right date bound is set to the current time.
--}}
Traffic over Time
(total: {{ $link->clicks }})
Traffic sources
Map
Referers
Host
Clicks
@foreach ($referer_stats as $referer)
{{ $referer->label }}
{{ $referer->clicks }}
@endforeach
@endsection
@section('js')
{{-- Load data --}}
{{-- Include extra JS --}}
@endsection