Server : LiteSpeed System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : cardxfeb ( 2452) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/cardxfeb/public_html/resources/views/vcards/columns/ |
@if ($row->status == 1)
<a href="{{ route('vcard.show', ['alias' => $row->url_alias]) }}" id="vcardUrl{{ $row->id }}"
target="_blank" class="text-decoration-none fs-6 preview-url">{{ route('vcard.show', ['alias' => $row->url_alias]) }}</a>
<button class="btn px-2 text-primary fs-2 user-edit-btn copy-clipboard"
data-id="{{ $row->id }}" title="{{'copy'}}">
<i class="fa-regular fa-copy fs-2"></i>
</button>
@else
<span id="vcardUrl{{$row->id}}" target="_blank"> {{ route('vcard.show', ['alias' => $row->url_alias]) }} </span>
@endif