@if(!empty($stickyCta))
@if($stickyCta->title_frontend)
{{ $stickyCta->title_frontend }}
@endif @if($stickyCta->subtitle)
{{ $stickyCta->subtitle }}
@endif @if($stickyCta->cta)
{!! generateLink($stickyCta->cta, 'std-button std-button--small std-button--orange') !!}
@endif
@if(!empty($stickyCta->image)) @endif
@if(!empty($stickyCta->icon) && file_exists(Storage::path(config('path.internal.media')) . '/' . $stickyCta->icon->filename)) {!! file_get_contents(Storage::path(config('path.internal.media')) . '/' . $stickyCta->icon->filename) !!} @else @include('frontend.templates.icons.email') @endif
@endif