HEX
Server: LiteSpeed
System: Linux sv4.hami.host 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: armgroup (1008)
PHP: 8.2.32
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, mail, socket_create, socket_create_listen, socket_create_pair, link, dl, openlog, syslog, stream_socket_server, curl_multi_init
Upload Files
File: /home/armgroup/libs/storage/framework/views/696dc3a472d7f9c77c8c488282570b89c8108885.php
<div class="d-block mt-3">
    <div class="input-group btn-block">
        <form class="frm">
            <button type="button" class="btn btn-toggle" wire:click="increment">
                <i class="fas fa-plus"></i>
            </button>
            <input type="text"
                   readonly
                   value="<?php echo e($qty); ?>"
                   class="form-control input_cart">
            <button type="button" class="btn btn-toggle" <?php echo e($qty == 1 ? 'disabled' : ''); ?>

                    wire:click="decrement">
                <i class="fas fa-minus"></i>
            </button>
            <button type="button" class="btn btn-danger sweet-btn" wire:click="remove">
                <i class="fas fa-trash-alt"></i> حذف
            </button>
        </form>
    </div>
    <div class="float-end">
        <?php if($withoutSpecial != 'none'): ?>
            <del style="padding-left: 10px;" class="text-danger">
                <?php echo e(number_format($withoutSpecial * $qty)); ?>

            </del>
        <?php endif; ?>
        <b style="font-size: 16px;"><?php echo e(number_format($price * $qty)); ?></b> <small>تومان</small>
    </div>
</div>
<?php /**PATH /home/armgroup/libs/resources/views/livewire/frontend/cart/index.blade.php ENDPATH**/ ?>