File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/storage/framework/views/5eeb55cb080f90ad59d6701b91d4d4572fd41cba.php
Back
<?php $__env->startSection('css'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="card p-3"> <div class="row mb-2"> <div class="col-md-12"> <a href="<?php echo e(url()->previous()); ?>" class="btn btn-secondary btn-sm"><span class="fa fa-arrow-circle-left"></span> Go Back</a> </div> </div> <div class="row"> <div class="col-md-6"> <form action="#" method="POST" id="_categoryChildForm" novalidate> <div class="form-group col-md-12"> <label for="_createCategory" class="form-label"><strong>Title: </strong></label> <input type="text" name="_createCategory" id="_createCategory" class="form-control"> </div> <div class="form-group col-md-12"> <label for="_createCategorySLA" class="form-label"><strong>SLA: </strong></label> <select name="_createCategorySLA" id="_createCategorySLA" style="width:100%"></select> </div> <div class="form-group col-md-12"> <label for="" class="form-label"><strong>Department:</strong></label> <input type="hidden" name="_deptId" value="<?php echo $dept->id; ?>"> <input type="text" class="form-control" value="<?php echo $dept->dept_name; ?>" readonly> </div> <div class="col-md-12 d-flex justify-content-end"> <button type="submit" class="btn btn-success" name="_categoryBtn" id="_categoryBtn"> Save </button> </div> </form> </div> <div class="col-md-6"> <div class="row"> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('javascript'); ?> <script> var cat = <?php echo isset($category) ? json_encode($category) : '{}'; ?>; var sla = <?php echo isset($sla) ? json_encode($sla) : '{}'; ?>; var data = <?php echo isset($data) ? json_encode($data) : '{}'; ?>; </script> <script src="<?php echo e(asset('js/authentication/category/childForm.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.user', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\laragon\www\DEVELOPMENT\autohub-ticketing\resources\views/layouts/authentication/admin/category_component/add_child.blade.php ENDPATH**/ ?>
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings