File manager - Edit - /home/linknsbh/rassudr.online/storage/framework/views/dbf0beba406ca1f53d48ffbd44f0d069c7248565.php
Back
<div class="modal fade" id="editModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle"><?php echo e(__('Edit Hour')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form autocomplete="off" id="ajaxEditForm" class="modal-form" action="<?php echo e(route('admin.global.time-slot.update')); ?>" method="post"> <?php echo csrf_field(); ?> <input type="hidden" id="in_id" name="id"> <input type="hidden" name="global_day_id" value="<?php echo e(request()->day_id); ?>"> <input type="hidden" name="vendor_id" value="<?php echo e(request()->vendor_id); ?>"> <div class="form-group"> <label for=""><?php echo e(__('Start Time') . '*'); ?></label> <input type="text" name="start_time" class="form-control timepicker" placeholder="<?php echo e(__('Choose Start Time')); ?>" id="in_staff_start_time"> <p id="editErr_start_time" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('End Time') . '*'); ?></label> <input type="text" name="end_time" class="form-control timepicker" placeholder="<?php echo e(__('Choose End Time')); ?>" id="in_staff_end_time"> <p id="editErr_end_time" class="mt-1 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Max Booking')); ?></label> <input type="number" name="max_booking" class="form-control" placeholder="<?php echo e(__('Add Maximum Booking Number')); ?>" id="in_user_max_booking"> <p id="editErr_max_booking" class="mt-1 mb-0 text-danger em"></p> <p class="text-warning mt-2 mb-0"> <small> <?php echo e(__('Maximum number of bookings staff/vendor can take during this time slot.')); ?> <br> <?php echo e(__('If you do not want to put any limit, then leave it blank.')); ?> </small> </p> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal"> <?php echo e(__('Close')); ?> </button> <button id="updateBtn" type="button" class="btn btn-primary btn-sm"> <?php echo e(__('Update')); ?> </button> </div> </div> </div> </div> <?php /**PATH /home/linknsbh/rassudr.online/resources/views/admin/staff/global-hour/edit.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.43 |
proxy
|
phpinfo
|
Settings