File: D:/HostingSpaces/blijegasten/blijegasten.be/resources/views/site/components/receiptAssist.blade.php
<img class="c-receipt__portrait" src="/img/heidi.jpg?v=2"/>
<h3 class="c-receipt__help">Heeft u hulp nodig <br>bij uw bestelling?</h3>
<div class="c-receipt__faq">
@include('site.components.button', [
'buttonType'=>'text',
'modifiers'=> ['icon'],
'icon' => 'arrowhead',
'buttonText' => 'Veelgestelde vragen',
'buttonLink' => $links->faq->route
])
</div>
<div class="c-receipt__contact">Of neem contact op <br>via <a class="c-receipt__phone" href="tel:{{ config('site.company.phone.display') }}">{{ config('site.company.phone.display') }}</a></div>
<div class="c-receipt__assistant">― Heidi</div>