@php $publicUrl = isset($url) ? trim((string) $url) : ''; $showOpenButton = $showOpenButton ?? true; $showCopyButton = $showCopyButton ?? true; $linkPrefix = $linkPrefix ?? ''; $linkLabel = $linkPrefix !== '' ? $linkPrefix.\Illuminate\Support\Str::limit($publicUrl, 80) : $publicUrl; @endphp @if($publicUrl !== '')
@if($linkPrefix === '') @endif {{ $linkLabel }} @if($showCopyButton || $showOpenButton)
@if($showCopyButton) @endif @if($showOpenButton) @endif
@endif
@if(!empty($showRtHint))

流入分析用に ?rt=トークン を付けられます(例: {{ $publicUrl }}?rt=line)。

@endif @endif