File: /home/armgroup/libs/storage/framework/views/779493356e3a959a6ab8c173dd39be93d0128ace.php
<td>
<div class="input-group mx-auto" style="max-width: 120px !important;">
<div class="input-group-prepend">
<button class="btn btn-info"
wire:click.prevent="update"
type="button">
<span class="fa fa-refresh"></span>
</button>
</div>
<input type="number"
wire:model.defer="quantity"
class="form-control <?php $__errorArgs = ['quantity'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>"
dir="ltr"
min="0"
max="999999999999999" />
<?php $__errorArgs = ['quantity'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<span class="text-danger" role="alert">
<strong><?php echo e($message); ?></strong>
</span>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
</td>
<?php /**PATH /home/masomi/armshop/resources/views/livewire/admin/order/update-quantity.blade.php ENDPATH**/ ?>