Edit File: f39157cfd1c4c2028129babac9706ad6c8d6e906.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-url="<?php echo e(route('admin.intro_site.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/dvantages.blade.php ENDPATH**/ ?>
Back to File Manager