/
home
/
sjslayjy
/
public_html
/
assets
/
storage
/
framework
/
views
/
Upload File
HOME
<form action="<?php echo e(URL('/admin/edit-gst-slab')); ?>" role="form" id="editGstSlabForm"> <div class="row"> <input type="hidden" value="<?php echo e($gst_slab->id); ?>" name="gst_slab_id"> <div class="col-md-12"> <div class="form-group"> <label for="gst_slab_rate">Gst Slab Rate</label> <input type="text" class="form-control" value="<?php echo e($gst_slab->rate); ?>" name="gst_slab_rate" id="gst_slab_rate" placeholder="Gst Slab Rate %"> <span class="label label-danger" id="edit_gst_slab_rate_error" style="display: none;"></span> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="gst_slab_value">Gst Slab Value</label> <input type="text" class="form-control" value="<?php echo e($gst_slab->value); ?>" name="gst_slab_value" id="gst_slab_value" placeholder="Gst Slab Value"> <span class="label label-danger" id="add_gst_slab_value_error" style="display: none;"></span> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" id="editGstSlabBtn" class="btn btn-primary" onclick="updateGstSlab()">Submit</button> </div> </form> <?php /**PATH /var/www/assets/resources/views/master/edit-gst-slab.blade.php ENDPATH**/ ?>