@if (count($vcards) > 0 || !empty($search))
@endif
@if (getLogInUser()->canCreateVcards() && checkTotalVcard())
{{ __('messages.vcard.new_vcard') }}
@endif
@if (count($vcards) > 0)
@php $styleCss = 'style'; @endphp
@foreach ($vcards as $vcard)