{{ $link->label ?: $link->slug }}

{{ $link->label ?: $link->slug }}

{{ $link->sourceAppLabel() }}
{{ $link->publicUrl() }}
@if ($link->is_managed_here)
@csrf @method('DELETE')
@elseif ($link->manage_url) Manage in {{ $link->sourceAppLabel() }} @endif
@if (! $link->is_managed_here)
This ladl.link slug was created in {{ $link->sourceAppLabel() }}. Edit it there — changes sync back here automatically.
@endif

Total clicks

{{ number_format($link->clicks_total) }}

Unique clicks

{{ number_format($link->unique_clicks_total) }}

Last clicked

{{ $link->last_clicked_at?->diffForHumans() ?? 'Never' }}

@if ($link->is_managed_here)
@csrf @method('PATCH')
@else

Destination

{{ $link->destination_url }}

@endif