File manager - Edit - /home/linknsbh/rassudr.online/storage/framework/views/e0cead71dfda2c8d5bdc73e22fea19dde85d2f84.php
Back
<div class="modal fade" id="createModal" 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(__('Add 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="ajaxForm" class="modal-form create" action="<?php echo e(route('vendor.global.time-slot.store')); ?>" method="post"> <input type="hidden" name="global_day_id" value="<?php echo e(request()->day_id); ?>"> <?php echo csrf_field(); ?> <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_start_time"> <p id="err_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_end_time"> <p id="err_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_max_booking"> <p id="err_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="submitBtn" type="button" class="btn btn-primary btn-sm"> <?php echo e(__('Save')); ?> </button> </div> </div> </div> </div> <?php /**PATH /home/linknsbh/rassudr.online/resources/views/vendors/staff/global-hour/create.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.9 |
proxy
|
phpinfo
|
Settings