{{ session($flash) }}
Create branded short URLs on {{ $publicHost }}, track clicks, and manage destinations from one place.
No links yet. Create your first short link on {{ $publicHost }}.
| Link | Destination | App | Clicks | Status |
|---|---|---|---|---|
|
{{ $link->label ?: $link->slug }}
{{ $link->publicUrl() }} |
{{ $link->destination_url }} | {{ $link->sourceAppLabel() }} | {{ number_format($link->clicks_total) }} | @if($link->is_active && ! $link->isExpired()) Active @else Inactive @endif |