File: D:/HostingSpaces/SBogers10/gggg.komma.nl/resources/views/organisms/calloutBar.blade.php
@if(!empty($servicePointHeading))
<div class="o-callout-bar">
<div class="o-callout-bar__main">
<h2 class="o-callout-bar__heading">
{!! $servicePointHeading !!}
</h2>
<div class="o-callout-bar__body">
@include('components.connect', [
'phoneDisplay' => $servicePoint->translation->telephone_label ?? null,
'phoneCall' => $servicePoint->translation->telephone_url ?? null,
'buttonText' => $servicePointButton->translation->label ?? null,
'buttonLink' => $servicePointButton->translation->url ?? null,
])
</div>
</div>
</div>
@endif