@if ($composer->designValue('information_popup_enabled') === 'enabled')
{{ $composer->designValue('information_popup_link_text') }}
@php
$title = $composer->designValue('information_popup_title') ?? '';
$content = $composer->designValue('information_popup_content') ?? '';
@endphp
@endif