Edit File: 8d8862baf993aee6eb639456158698d43e6b53e6.php
<?php $__currentLoopData = $ordersteps; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <th scope="row"><img src="<?php echo e($row->image_path); ?>" width="50px" height="50px"></th> <td><?php echo e($row->title_ar); ?></td> <td class="product-action"> <span class="edit action-edit text-primary" data-id="<?php echo e($row->id); ?>" data-icon_path="<?php echo e($row->image_path); ?>" data-title_ar="<?php echo e($row->title_ar); ?>" data-title_en="<?php echo e($row->title_en); ?>" data-desc_ar="<?php echo e($row->desc_ar); ?>" data-desc_en="<?php echo e($row->desc_en); ?>" ><i class="feather icon-edit"></i></span> <span class="delete-row text-danger trash-steps" data-id="<?php echo e($row->id); ?>"><i class="feather icon-trash"></i></span> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php /**PATH /home/wwineerc/public_html/resources/views/admin/intro_settings/ordersteps.blade.php ENDPATH**/ ?>
Back to File Manager