PATH:
home
/
rwabteecom
/
public_html_old
/
resources
/
views
/
users
/
vcards
/
columns
/
Editing: preview_url.blade.php
<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>
SAVE
CANCEL