Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/08abd9b71084242da3c0b37183ea4af3.php
<div class="card-toolbar custom-toolbar ms-auto">
    <div class="d-flex justify-content-end">
        <!--[if BLOCK]><![endif]--><?php if(count($this->getSelected()) > 0): ?>
        <a href="javascript:void(0)" wire:click.prevent="bulkDelete" wire:key="bulk-action-bulkDelete"
        class="btn btn-danger me-2 ms-0 ms-md-2 mb-md-2 mb-2 mb-sm-2 mb-lg-0 delete-selected-users"><?php echo e(__('messages.vcard.delete_multiple')); ?></a>
        <?php endif; ?><!--[if ENDBLOCK]><![endif]-->
    </div>
</div>


<div class="card-toolbar custom-toolbar">
    <div class="d-flex justify-content-end new-vcard">
         <div class="btn-group d-flex align-items-end me-2" role="group" aria-label="Basic mixed styles example" wire:ignore>
                  <button type="button" class="btn border-white table-view-show <?php echo e((isset(getLogInUser()->vcard_table_view_type) && getLogInUser()->vcard_table_view_type == 0) ? 'btn-primary' : 'btn-white'); ?>" data-value="0"><i class="fa fs-2 fa-table" aria-hidden="true"></i></button>
                  <button type="button" class="btn border-white table-view-show <?php echo e((isset(getLogInUser()->vcard_table_view_type) && getLogInUser()->vcard_table_view_type == 1) ? 'btn-primary' : 'btn-white'); ?>" data-value="1"><i class="fa-solid fs-2 fa-image"></i></button>
         </div>
        <!--[if BLOCK]><![endif]--><?php if(checkTotalVcard()): ?>
            <a type="button" class="btn btn-primary border-remove" href="<?php echo e(route('vcards.create')); ?>"><?php echo e(__('messages.vcard.new_vcard')); ?></a>
        <?php endif; ?><!--[if ENDBLOCK]><![endif]-->
    </div>
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/vcards/add-button.blade.php ENDPATH**/ ?>