File manager - Edit - /var/www/payraty/accounting_main/storage/framework/views/9ce5a9d781e29c4cc60bf14754b26417.php
Back
<?php echo e(Form::model($productService, array('route' => array('productstock.update', $productService->id), 'method' => 'PUT'))); ?> <div class="modal-body"> <div class="row"> <div class="form-group col-md-6"> <?php echo e(Form::label('Product', __('Product'),['class'=>'form-label'])); ?><br> <?php echo e($productService->name); ?> </div> <div class="form-group col-md-6"> <?php echo e(Form::label('Product', __('SKU'),['class'=>'form-label'])); ?><br> <?php echo e($productService->sku); ?> </div> <div class="form-group quantity"> <div class="d-flex radio-check "> <div class="form-check form-check-inline form-group col-md-6"> <input type="radio" id="plus_quantity" value="Add" name="quantity_type" class="form-check-input" checked="checked"> <label class="form-check-label" for="plus_quantity"><?php echo e(__('Add Quantity')); ?></label> </div> <div class="form-check form-check-inline form-group col-md-6"> <input type="radio" id="minus_quantity" value="Less" name="quantity_type" class="form-check-input"> <label class="form-check-label" for="minus_quantity"><?php echo e(__('Less Quantity')); ?></label> </div> </div> </div> <div class="form-group col-md-12"> <?php echo e(Form::label('quantity', __('Quantity'),['class'=>'form-label'])); ?><span class="text-danger">*</span> <?php echo e(Form::number('quantity',"", array('class' => 'form-control','required'=>'required'))); ?> </div> </div> </div> <div class="modal-footer"> <input type="button" value="<?php echo e(__('Cancel')); ?>" class="btn btn-light" data-bs-dismiss="modal"> <input type="submit" value="<?php echo e(__('Save')); ?>" class="btn btn-primary"> </div> <?php echo e(Form::close()); ?> <?php /**PATH /var/www/payraty/accounting_main/resources/views/productstock/edit.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings