Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/a1a71b59d9cb506303fd3192e45d8291.php
<div>
    <div class="dropdown d-flex align-items-center me-4 me-md-5" wire:ignore>
        <button class="btn btn btn-icon btn-primary text-white dropdown-toggle hide-arrow ps-2 pe-0" type="button"
            id="dropdownMenuButtonVcard" data-bs-auto-close="outside" data-bs-toggle="dropdown" aria-expanded="false">
            <i class='fas fa-filter'></i>
        </button>
        <div class="dropdown-menu py-0" aria-labelledby="dropdownMenuButtonVcard">
            <div class="text-start border-bottom py-4 px-7">
                <h3 class="text-gray-900 mb-0"><?php echo e(__('messages.common.filter')); ?></h3>
            </div>
            <div class="p-5">
                  <?php
                  $verifiedStatusArr = \App\Models\Vcard::STATUS_ARR;
                  $vcardstatusArr = \App\Models\Vcard::STATUS;
                  ?>
                <div class="mb-5">
                    <label for="exampleInputSelect2" class="form-label"><?php echo e(__('messages.vcard.verified')); ?></label>
                    <?php echo e(Form::select('type', getTranslatedData($verifiedStatusArr), null, ['class' => 'form-control form-select', 'data-control' => 'select2', 'id' => 'verified', 'wire:ignore'])); ?>

                </div>
                <div class="mb-5">
                    <label for="exampleInputSelect2" class="form-label"><?php echo e(__('messages.vcard.status')); ?></label>
                    <?php echo e(Form::select('type',  getTranslatedData($vcardstatusArr), null, ['class' => 'form-control form-select', 'data-control' => 'select2', 'id' => 'status', 'wire:ignore'])); ?>

                </div>
                <div class="d-flex justify-content-end">
                    <button type="reset" id="vcardResetFilter"
                        class="btn btn-secondary"><?php echo e(__('messages.common.reset')); ?></button>
                </div>
            </div>
        </div>
    </div>
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/sadmin/vcards/columns/add-button.blade.php ENDPATH**/ ?>