@if ($row->status)
{{ route('vcard.show', ['alias' => $row->url_alias]) }}
@else
{{ route('vcard.show', ['alias' => $row->url_alias]) }}
@endif