PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: c199a0540f6117ad0601aaf77568e3e2.php
<div class="d-flex socials align-items-center <?php if($domain_theme->header_layout == 'stacked' || $domain_theme->social_icons_position == 'bottom' ): ?> justify-content-center <?php endif; ?> "> <?php $__currentLoopData = $domain->socialIcons->where('status', 1); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $socialIcon): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a target="_blank" href="<?php echo e(route('redirectSocialLink',[$domain->domain,$socialIcon->id])); ?>" class="social-icon <?php echo e($domain_theme->social_icons_style); ?>er" style=" <?php if($domain_theme->social_icons_style == 'icon'): ?> color: <?php echo e($domain_theme->social_icons_color); ?>; <?php elseif($domain_theme->social_icons_style == 'background'): ?> background: <?php echo e($socialIcon->socialLink->background); ?>; color: <?php echo e($socialIcon->socialLink->color); ?>; <?php endif; ?>"> <i class="<?php echo e($socialIcon->socialLink->icon); ?>" style=" <?php if($domain_theme->social_icons_style == 'icon'): ?> color: <?php echo e($domain_theme->social_icons_color); ?>; <?php elseif($domain_theme->social_icons_style == 'background'): ?> color: <?php echo e($socialIcon->socialLink->color); ?>; <?php endif; ?>"></i> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php /**PATH /home/rwabtee/project/resources/views/dashboard/partials/socials.blade.php ENDPATH**/ ?>
SAVE
CANCEL