@section('site_title', formatTitle([$link->alias, __('Overview'), __('Stats'), config('settings.title')]))
@include('icons.assesment', ['class' => 'fill-current width-5 height-5'])
{{ __('Clicks') }}
@include('icons.info', ['class' => 'width-4 height-4 fill-current text-muted'])
{{ $link->clicks }}
{{ __('Original link') }}
@include('icons.info', ['class' => 'width-4 height-4 fill-current text-muted'])
{{ mb_strlen($link->url) }}
{{ __('Shortened link') }}
@include('icons.info', ['class' => 'width-4 height-4 fill-current text-muted'])
{{ mb_strlen(($link->domain->url ?? config('app.url')) . '/' . $link->alias) }}
{{ __('This link has limited stats as it was created without using an account.') }}