D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
resources
/
views
/
users
/
vcards
/
columns
/
Filename :
preview_url.blade.php
back
Copy
<div> @if ($row->status) <a id="vcardUrl{{ $row->id }}" target="_blank" class="<text-primary></text-primary>" href="{{ route('vcard.show', ['alias' => $row->url_alias]) }}"> {{ route('vcard.show', ['alias' => $row->url_alias]) }} </a> @else <span id="vcardUrl{{ $row->id }}" target="_blank" class=""> {{ route('vcard.show', ['alias' => $row->url_alias]) }} </span> @endif </div>