⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
07df75dad5c368a66a82867bf42b9fb30e027cee.php
<!-- Modal --> <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($keywords['Add_Time_Frame'] ?? __('Add Time Frame')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form action="<?php echo e(route('user.timeslot.store')); ?>" id="ajaxForm" method="POST"> <?php echo csrf_field(); ?> <input type="hidden" name="day_name" value="<?php echo e(request('day')); ?>"> <div class="form-group"> <label for=""><?php echo e($keywords['Start_Time'] ?? __('Start Time')); ?> *</label> <input type="text" name="start" class="form-control timepicker" autocomplete="off"> <p id="errstart" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e($keywords['End_Time'] ?? __('End Time')); ?> *</label> <input type="text" name="end" class="form-control timepicker" autocomplete="off"> <p id="errend" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e($keywords['Maximum_Booking'] ?? __('Maximum Booking')); ?> *</label> <input type="number" name="max_booking" class="form-control" autocomplete="off" value="0"> <p class="mb-0 text-danger em" id="errmax_booking"></p> <p class="text-warning mb-0">** <?php echo e($keywords['Enter_0_for_unlimited_booking'] ?? __('Enter 0 for unlimited booking')); ?> </p> </div> </form> </div> <div class="modal-footer justify-content-center"> <button type="button" class="btn btn-secondary btn-danger" data-dismiss="modal"><?php echo e($keywords['Close'] ?? __('Close')); ?></button> <button id="" data-form="ajaxForm" type="button" class="submitBtn btn btn-primary btn-success"><?php echo e($keywords['Add'] ?? __('Add')); ?></button> </div> </div> </div> </div> <?php /**PATH /home/id/public_html/resources/views/user/appointment/modals/timeslot_create.blade.php ENDPATH**/ ?>