HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/resources/views/users/vcards/columns/
Upload File :
Current File : /home/cardxfeb/public_html/resources/views/users/vcards/columns/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>