My Links

My Links

Create and manage your ladl.link short URLs

Create link
@if($links->isEmpty())

No links yet. Create your first short link on ladl.link.

@else @foreach($links as $link) @endforeach
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
{{ $links->links() }}
@endif