File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/storage/framework/views/4a34e6eb8b5200c6d186910602ccdf7426671c29.php
Back
<?php $__env->startSection('css'); ?> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.12/themes/default/style.min.css" /> <style> /* Adjust the color and size of the checkbox's checked state */ .form-check-input:checked { background-color: #007bff; /* Adjust to your preferred color */ border-color: #007bff; color: black /* Adjust to your preferred color */ } /* Adjust the color of the checkmark inside the checkbox */ .form-check-input:checked::before { color: black; /* Adjust to your preferred color */ } </style> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="card p-3"> <div class="row"> <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> <form action="#" method="post" id="rolesForm" novalidate> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <div class="row"> <div class="col-md-4"> <div class="text-md text-center d-flex justify-content-center align-items-center"> <h6><a href="javascript:void(0)" class="collapse-all">Collapse All  </a></h6> | <h6><a href="javascript:void(0)" class="expand-all">  Expand All</a></h6> </div> <div id="tree-container" style="max-height:375px; overflow-y: scroll;"> <div class="spinner mb-3 text-black" role="status"> <i class="fa fa-cog fa-spin mb-3" style="font-size: 48px;"></i> </div> </div> </div> <div class="col-md-6"> <div class="form-group"> <?php $display = ""; if($role->id){ $display = "disabled"; } ?> <label for="" class="form-label">Role Title</label> <input type="text" name="role_title" id="role_title" class="form-control" value="<?php echo e($role->title ?? ""); ?>" <?php echo e($display); ?>> </div> <div class="form-group div-company"> <label for="company" class="form-label">Company</label> <small> <select class="form-select" id="multiple-select-clear-field-company" data-placeholder="Select Company" multiple> <?php $__currentLoopData = $companies; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $c): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($c->id); ?>" <?php if(in_array($c->id,$com_dealer_access[0])): ?> selected <?php endif; ?> ><?php echo e($c->comp_code.' - '.$c->comp_name); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </small> </div> <div class="form-group div-dealer"> <label for="company" class="form-label">Dealer</label> <select class="form-select" id="multiple-select-clear-field-dealer" data-placeholder="Select Dealer" multiple> </select> </div> <div class="form-group"> <?php if(empty($role) || $role->status == 0): ?> <input type="checkbox" name="activate_role" id="activate_role"> <?php else: ?> <input type="checkbox" name="activate_role" id="activate_role" checked> <?php endif; ?> <label class="form-label" for="activate_role"> Activate Role </label> <input type="checkbox" style="margin-left:20px;" name="full_access" id="full_access" <?php if($com_dealer_access[1]==1): ?> checked <?php endif; ?>> <label class="form-label" for="full_access"> Full access </label> </div> <div class="row justify-content-end"> <div class="col-auto"> <button type="submit" class="btn btn-success">Save</button> </div> </div> </div> </div> </form> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('javascript'); ?> <script> var role_status = <?php echo json_encode($role->status); ?> const role_ids = <?=request()->segment(3)?>; </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.12/jstree.min.js"></script> <script src="<?php echo e(asset('js/authentication/roles/edit.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/user_management/createAbility.blade.php ENDPATH**/ ?>
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings