File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/storage/framework/views/d72680b9efadd06757df0e2bfe609c35f624f0da.php
Back
<style> #fileWrapper { display: flex; align-items: center; } #fileIcon { margin-right: 8px; /* Adjust as needed for spacing */ font-size: 16px; /* Adjust size if needed */ } #fileName { white-space: nowrap; /* Prevent text from wrapping */ overflow: hidden; text-overflow: ellipsis; /* Show ellipsis if text is too long */ max-width: 200px; /* Adjust the width as needed */ } </style> <div class="modal fade" id="update_ticket_modal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true"> <div class="modal-dialog modal-xl"> <div class="modal-content"> <div class="modal-header"> <h1 class="modal-title fs-5" id="staticBackdropLabel">Update Ticket</h1> <span style="cursor: pointer;" data-bs-dismiss="modal" aria-label="Close">X</span> </div> <div class="modal-body"> <form class="_ticketForm" enctype="multipart/form-data" novalidate> <?php echo csrf_field(); ?> <input type="hidden" name="_method" value="PUT"> <div class="row"> <div class="col-md-6 pl-4"> <h6>Ticket No: <span id="ticket_no" style="font-weight: bold;"></span></h6> <div class="form-group mt-3"> <label for="" class="form-label">Type of Support: </label> <select name="_type_of_support" id="_type_of_support" class="form-control mt-3" style="width: 100%" required> </select> </div> <div class="form-group"> <input type="hidden" id="ticket_id" class="form_control" /> <label for="" class="form-label">Company: </label> <select name="_companies" id="_companies" class="form-select" style="width: 100%" disabled></select> </div> <div class="form-group"> <label for="" class="form-label">Sender: </label> <select name="_users" id="_users" class="form-select" style="width: 100%" disabled></select> </div> <div class="form-group"> <label for="" class="form-label">Destination Department: </label> <select name="_dept" id="_dept" class="form-select" style="width: 100%" disabled></select> </div> <div class="form-group"> <label for="">Category: </label> <select name="_category" id="_category" class="form-control" style="width: 100%"></select> </div> <div class="form-group childCat"> <label for="">Sub-Category: </label> <select name="_Subcategory" id="_Subcategory" class="form-control" style="width: 100%"></select> </div> <div class="form-group"> <label for="" class="form-label">SLA: </label> <label for="" name="_slaLabel" id="_slaLabel" style="font-weight: bolder"></label> <input class="form-control" type="hidden" name="_sla" id="_sla" value=""> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="">Note: Please describe your issue in detail (e.g., the problem you encountered, steps to reproduce, and any other relevant information) </label> <textarea class="form-control" name="_desc" id="_desc" cols="30" rows="10" disabled readonly></textarea> </div> </div> </div> </div> <div class="modal-footer"> <button type="submit" class="btn btn-primary">Submit & Pick Ticket</button> </div> </form> </div> </div> </div> <?php /**PATH C:\laragon\www\DEVELOPMENT\autohub-ticketing\resources\views/layouts/authentication/admin/department_ticket/update_ticket_modal.blade.php ENDPATH**/ ?>
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings