HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/resources/views/vcards/gallery/columns/
Upload File :
Current File : /home/cardxfeb/public_html/resources/views/vcards/gallery/columns/link.blade.php
@if($row->link == null && ($row->type == 0 || $row->type == 2 || $row->type == 3 || $row->type == 4))
<a href="{{$row->gallery_image}}" target="_blank">{{$row->gallery_image}}</a>
@else
<a href="{{$row->link}}" target="_blank">{{$row->link}}</a>
@endif