@if($floatingBar->position == 'top' and $floatingBar->fixed) @endif
position }} " style="{{ !empty($floatingBar->background_image) ? "background-image: url('$floatingBar->background_image');" : '' }} {{ (!empty($floatingBar->background_color) ? "background-color: $floatingBar->background_color;" : '') }} {{ !empty($floatingBar->bar_height) ? "height: {$floatingBar->bar_height}px;" : '' }}">
@if(!empty($floatingBar->icon))
{{ $floatingBar->title ?? 'icon' }}
@endif
@if(!empty($floatingBar->title))
title_color" : '' }}">{{ $floatingBar->title }}
@endif @if(!empty($floatingBar->description))
description_color" : '' }}">{{ $floatingBar->description }}
@endif
@if(!empty($floatingBar->btn_text)) btn_color; border-color: $floatingBar->btn_color;" : '' }} {{ !empty($floatingBar->btn_text_color) ? "color: $floatingBar->btn_text_color;" : '' }} " >{{ $floatingBar->btn_text }} @endif