Editing: 682b4c76fd3923b5a1445ab5cc307d6c0ec73e00.php
<button class="<?php if(empty($hideDefaultClass) or !$hideDefaultClass): ?> <?php echo e(!empty($noBtnTransparent) ? '' : 'btn-transparent'); ?> text-primary <?php endif; ?> <?php echo e($btnClass ?? ''); ?>" data-confirm="<?php echo e($deleteConfirmMsg ?? trans('admin/main.delete_confirm_msg')); ?>" data-confirm-href="<?php echo e($url); ?>" data-confirm-text-yes="<?php echo e(trans('admin/main.yes')); ?>" data-confirm-text-cancel="<?php echo e(trans('admin/main.cancel')); ?>" <?php if(empty($btnText)): ?> data-toggle="tooltip" data-placement="top" title="<?php echo e(!empty($tooltip) ? $tooltip : trans('admin/main.delete')); ?>" <?php endif; ?> > <?php if(!empty($btnText)): ?> <?php echo $btnText; ?> <?php else: ?> <i class="fa <?php echo e(!empty($btnIcon) ? $btnIcon : 'fa-times'); ?>" aria-hidden="true"></i> <?php endif; ?> </button> <?php /**PATH /home/ayaclass/public_html/resources/views/admin/includes/delete_button.blade.php ENDPATH**/ ?>
Save
Back