Edit File: b91eb7ab629d6aabef121504b2240e5e8f9563a2.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-url="<?php echo e(route('admin.intro_site_page.delete', $row->id)); ?>" 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/satransi/public_html/resources/views/admin/intro_settings/pages.blade.php ENDPATH**/ ?>
Back to File Manager