@if(!empty($floatingBar->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