@php $url = route('vcard.show', ['alias' => $row->url_alias]); $shortUrl = \Illuminate\Support\Str::limit($url, 50, '...'); @endphp @if ($row->status == 1) {{ $shortUrl }} @else {{ route('vcard.show', ['alias' => $row->url_alias]) }} @endif