File manager - Edit - /home/linknsbh/rassudr.online/storage/framework/views/baddbdfef3d6be17ee6ae7356cc09e8234e6166a.php
Back
<?php if ($__env->exists('admin.partials.rtl-style')) echo $__env->make('admin.partials.rtl-style', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Work Process')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('admin.dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Pages')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Work Process')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="row"> <div class="col-lg-4"> <div class="card-title"><?php echo e(__('Work Process')); ?></div> </div> <div class="col-lg-3"> </div> <div class="col-lg-4 offset-lg-1 mt-2 mt-lg-0"> <a href="#" data-toggle="modal" data-target="#createModal" class="btn btn-primary btn-sm float-lg-right float-left"><i class="fas fa-plus"></i> <?php echo e(__('Add')); ?></a> <button class="btn btn-danger btn-sm float-right mr-2 d-none bulk-delete" data-href="<?php echo e(route('admin.home_page.bulk_delete_work_process')); ?>"> <i class="flaticon-interface-5"></i> <?php echo e(__('Delete')); ?> </button> </div> </div> </div> <div class="card-body"> <div class="row"> <div class="col"> <?php if(count($processes) == 0): ?> <h3 class="text-center mt-2"><?php echo e(__('NO WORK PROCESS FOUND') . '!'); ?></h3> <?php else: ?> <div class="table-responsive"> <table class="table table-striped mt-3" id="basic-datatables"> <thead> <tr> <th scope="col"> <input type="checkbox" class="bulk-check" data-val="all"> </th> <?php if($settings->theme_version == 1 || $settings->theme_version == 3): ?> <th scope="col"><?php echo e(__('Icon')); ?></th> <?php endif; ?> <?php if($settings->theme_version == 2): ?> <th scope="col"><?php echo e(__('Image')); ?></th> <?php endif; ?> <th scope="col"><?php echo e(__('Title')); ?></th> <th scope="col"><?php echo e(__('Serial Number')); ?></th> <th scope="col"><?php echo e(__('Actions')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $processes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $process): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td> <input type="checkbox" class="bulk-check" data-val="<?php echo e($process->id); ?>"> </td> <?php if($settings->theme_version == 1 || $settings->theme_version == 3): ?> <td><i class="<?php echo e($process->icon); ?>"></i></td> <?php endif; ?> <?php if($settings->theme_version == 2): ?> <?php $ImageWidth = '50px'; ?> <td> <img src="<?php echo e(asset('assets/img/workprocess/' . $process->image)); ?>" alt="" style="width:<?php echo e($ImageWidth); ?>"> </td> <?php endif; ?> <td> <?php echo e(strlen($process->title) > 30 ? mb_substr($process->title, 0, 30, 'UTF-8') . '...' : $process->title); ?> </td> <td><?php echo e($process->serial_number); ?></td> <td> <a class="btn btn-secondary btn-sm mr-1 mt-1 editBtn" href="#" data-toggle="modal" data-target="#editModal" data-id="<?php echo e($process->id); ?>" data-icon="<?php echo e($process->icon); ?>" data-image="<?php echo e(is_null($process->image) ? asset('assets/img/noimage.jpg') : asset('assets/img/workprocess/' . $process->image)); ?>" data-title="<?php echo e($process->title); ?>" data-serial_number="<?php echo e($process->serial_number); ?>" data-background_color="<?php echo e($process->background_color); ?>" data-text="<?php echo e($process->text); ?>"> <span class="btn-label"> <i class="fas fa-edit"></i> </span> </a> <form class="deleteForm d-inline-block" action="<?php echo e(route('admin.home_page.delete_work_process', ['id' => $process->id])); ?>" method="post"> <?php echo csrf_field(); ?> <button type="submit" class="btn btn-danger mt-1 btn-sm deleteBtn"> <span class="btn-label"> <i class="fas fa-trash"></i> </span> </button> </form> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <?php endif; ?> </div> </div> </div> <div class="card-footer"></div> </div> </div> </div> <?php echo $__env->make('admin.home-page.work-process-section.create', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->make('admin.home-page.work-process-section.edit', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <script src="<?php echo e(asset('assets/js/work-process.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/linknsbh/rassudr.online/resources/views/admin/home-page/work-process-section/index.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.21 |
proxy
|
phpinfo
|
Settings