File manager - Edit - /var/www/payraty/hris/storage/framework/views/d8653a57ff19fd865afa3df0ac7b9e4c.php
Back
<?php echo e(Form::open(['url' => 'roles', 'method' => 'post', 'class' => 'needs-validation', 'novalidate'])); ?> <div class="modal-body"> <div class="row"> <div class="form-group"> <?php echo e(Form::label('name', __('Name'), ['class' => 'form-label'])); ?><?php if (isset($component)) { $__componentOriginaleab1765d328ab3f8835fc5d78676a070 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginaleab1765d328ab3f8835fc5d78676a070 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.required','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('required'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginaleab1765d328ab3f8835fc5d78676a070)): ?> <?php $attributes = $__attributesOriginaleab1765d328ab3f8835fc5d78676a070; ?> <?php unset($__attributesOriginaleab1765d328ab3f8835fc5d78676a070); ?> <?php endif; ?> <?php if (isset($__componentOriginaleab1765d328ab3f8835fc5d78676a070)): ?> <?php $component = $__componentOriginaleab1765d328ab3f8835fc5d78676a070; ?> <?php unset($__componentOriginaleab1765d328ab3f8835fc5d78676a070); ?> <?php endif; ?> <div class="form-icon-user"> <?php echo e(Form::text('name', null, ['class' => 'form-control', 'required' => 'required' , 'placeholder' => __('Enter Role Name')])); ?> </div> <?php $__errorArgs = ['name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-name" role="alert"> <strong class="text-danger"><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form-group"> <?php if(!empty($permissions)): ?> <h6 class="my-3"><?php echo e(__('Assign Permission to Roles')); ?> </h6> <table class="table mb-0" id="dataTable-1"> <thead> <tr> <th> <input type="checkbox" class="align-middle checkbox_middle form-check-input" name="checkall" id="checkall"> </th> <th><?php echo e(__('Module')); ?> </th> <th><?php echo e(__('Permissions')); ?> </th> </tr> </thead> <tbody> <?php $modules = [ 'User', 'Role', 'Award', 'Transfer', 'Resignation', 'Travel', 'Promotion', 'Complaint', 'Contract', 'Contract Type', 'Warning', 'Termination', 'Department', 'Designation', 'Document Type', 'Branch', 'Award Type', 'Termination Type', 'Employee', 'Payslip Type', 'Allowance Option', 'Loan Option', 'Deduction Option', 'Set Salary', 'Allowance', 'Commission', 'Loan', 'Saturation Deduction', 'Other Payment', 'Overtime', 'Pay Slip', 'Account List', 'Payee', 'Payer', 'Income Type', 'Expense Type', 'Payment Type', 'Deposit', 'Expense', 'Transfer Balance', 'Event', 'Announcement', 'Leave Type', 'Leave', 'Meeting', 'Ticket', 'Attendance', 'TimeSheet', 'Holiday', 'Plan', 'Assets', 'Document', 'Employee Profile', 'Employee Last Login', 'Indicator', 'Appraisal', 'Goal Tracking', 'Goal Type', 'Competencies', 'Company Policy', 'Trainer', 'Training', 'Training Type', 'Job Category', 'Job Stage', 'Job', 'Job Application', 'Job OnBoard', 'Job Application Note', 'Job Application Skill', 'Custom Question', 'Interview Schedule', 'Career', 'Report', 'Performance Type', 'Zoom meeting', ]; if (Auth::user()->type == 'super admin') { $modules[] = 'Language'; } ?> <?php $__currentLoopData = $modules; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $module): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><input type="checkbox" class="align-middle ischeck form-check-input" name="checkall" data-id="<?php echo e(str_replace(' ', '', $module)); ?>"></td> <td><label class="ischeck form-label" data-id="<?php echo e(str_replace(' ', '', $module)); ?>"><?php echo e(ucfirst($module)); ?></label> </td> <td> <div class="row "> <?php if(in_array('Manage ' . $module, (array) $permissions)): ?> <?php if($key = array_search('Manage ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Manage', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Create ' . $module, (array) $permissions)): ?> <?php if($key = array_search('Create ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Create', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Edit ' . $module, (array) $permissions)): ?> <?php if($key = array_search('Edit ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Edit', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Delete ' . $module, (array) $permissions)): ?> <?php if($key = array_search('Delete ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Delete', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Show ' . $module, (array) $permissions)): ?> <?php if($key = array_search('Show ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Show', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Move ' . $module, (array) $permissions)): ?> <?php if($key = array_search('Move ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Move', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Client Permission', (array) $permissions)): ?> <?php if($key = array_search('Client Permission ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Client Permission', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Invite User', (array) $permissions)): ?> <?php if($key = array_search('Invite User ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Invite User ', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Buy ' . $module, (array) $permissions)): ?> <?php if($key = array_search('Buy ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Buy', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> <?php if(in_array('Add ' . $module, (array) $permissions)): ?> <?php if($key = array_search('Add ' . $module, $permissions)): ?> <div class="col-md-3 custom-control custom-checkbox"> <?php echo e(Form::checkbox('permissions[]', $key, false, ['class' => 'form-check-input isscheck isscheck_' . str_replace(' ', '', $module), 'id' => 'permission' . $key])); ?> <?php echo e(Form::label('permission' . $key, 'Add', ['class' => 'form-label font-weight-500'])); ?><br> </div> <?php endif; ?> <?php endif; ?> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <?php endif; ?> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-light" data-bs-dismiss="modal"><?php echo e(__('Cancel')); ?></button> <input type="submit" value="<?php echo e(__('Create')); ?>" class="btn btn-primary"> </div> <?php echo e(Form::close()); ?> <script> $(document).ready(function() { $("#checkall").click(function() { $('input:checkbox').not(this).prop('checked', this.checked); }); $(".ischeck").click(function() { var ischeck = $(this).data('id'); $('.isscheck_' + ischeck).prop('checked', this.checked); }); }); </script> <?php /**PATH /var/www/payraty/hris/resources/views/role/create.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings