Edit File: bf05f996c605c10b5004cae08d1b7503d3aad2d6.php
<?php $__currentLoopData = $apppages; $__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 class="product-action"> <span class="edit_page action-edit text-primary" data-id="<?php echo e($row->id); ?>" data-icon_path="<?php echo e($row->image_path); ?>" ><i class="feather icon-edit"></i></span> <span class="delete-row text-danger trash-page" 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/pages.blade.php ENDPATH**/ ?>
Back to File Manager