File manager - Edit - /var/www/payraty/lms_main/storage/framework/views/32c27f6c6e01e18143e6aa9039904d6f.php
Back
<div class="ol-card"> <div class="ol-card-body"> <form action="<?php echo e(route('admin.coupon.store')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="row"> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="code"><?php echo e(get_phrase('Code')); ?></label> <input type="text" class="form-control ol-form-control" name="code" id="code" placeholder="<?php echo e(get_phrase('Enter coupon code')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="discount"><?php echo e(get_phrase('Discount (%)')); ?></label> <input type="number" max="100" min="0" class="form-control ol-form-control" name="discount" id="discount" placeholder="<?php echo e(get_phrase('Enter coupon discount')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="expiry"><?php echo e(get_phrase('Expiry')); ?></label> <input type="date" class="form-control ol-form-control" name="expiry" id="expiry" placeholder="<?php echo e(get_phrase('Enter coupon expiry')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="status"><?php echo e(get_phrase('Status')); ?></label> <select for='status' class="form-control ol-form-control ol-select2" name="status" id="status" required> <option value=""><?php echo e(get_phrase('Choose status ...')); ?></option> <option value="1"><?php echo e(get_phrase('Active')); ?></option> <option value="0"><?php echo e(get_phrase('Inactive')); ?></option> </select> </div> </div> <div class="fpb-7 mb-2 d-flex justify-content-end"> <button type="submit" class="ol-btn-primary"><?php echo e(get_phrase('Add coupon')); ?></button> </div> </form> </div> </div> <?php /**PATH /var/www/payraty/lms_main/resources/views/admin/coupon/create.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings