Edit File: 3d9e5cae5fa0c3eb92c0c5b3880be64d02152255.php
<?php $__currentLoopData = $siteAdvantages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <th scope="row"><img src="<?php echo e($row->icon_path); ?>" width="50px" height="50px"></th> <td><?php echo e($row->title); ?></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->icon_path); ?>" data-title_ar="<?php echo e($row->getTranslations('title')['ar'] ?? ''); ?>" data-title_en="<?php echo e($row->getTranslations('title')['en'] ?? ''); ?>" data-desc_ar="<?php echo e($row->getTranslations('desc')['ar'] ?? ''); ?>" data-desc_en="<?php echo e($row->getTranslations('desc')['en'] ?? ''); ?>" ><i class="feather icon-edit"></i></span> <span class="delete-row text-danger trash" 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/dvantages.blade.php ENDPATH**/ ?>
Back to File Manager