| DIR: /home/cardxfeb/public_html/resources/views/vcards/templates/columns/ |
| Current File : /home/cardxfeb/public_html/resources/views/vcards/templates/columns/count.blade.php |
@if($row->vcards)
<span class="badge badge-circle bg-info">{{$row->vcards->count()}}</span>
@else
<span>{{__('messages.common.notUsed')}}</span>
@endif
|