File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/storage/framework/views/011f6f144410ef3f232c53a9ad2fe3e02b00c15c.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"> <form action="#" method="post" id="rolesForm" novalidate> <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"> <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 ?? ""); ?>"> </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 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"> <input type="checkbox" name="activate_role" id="activate_role"> <label class="form-label" for="activate_role"> Activate Role <input type="checkbox" style="margin-left:20px;" name="full_access" id="full_access" > <label class="form-label" for="full_access"> Full access </label> </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 src="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.12/jstree.min.js"></script> <script src="<?php echo e(asset('js/authentication/roles/add.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.user', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/autoph/public_html/projects/tickets-autohub/resources/views/layouts/authentication/admin/user_management/addNewRole.blade.php ENDPATH**/ ?>
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings