File: /www/wwwroot/www.shooperm.com/storage/framework/views/7fd8a693e1824e9a759ff85f958d6e0edbe04e9e.php
<style>
.background-color{
height:50px;
width:50px;
background-color:<?php echo e($data->background_color); ?>
}
.background-image{
height:100px;
width:100px;
}
</style>
<?php if($data->background_image): ?>
<img class="background-image" src="<?php echo e(showImage($data->background_image)); ?>" alt="">
<?php else: ?>
<div class="background-color"></div>
<p><?php echo e($data->background_color); ?></p>
<?php endif; ?>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/Appearance/Resources/views/color/components/background_td.blade.php ENDPATH**/ ?>