HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/stafa/stafa.nl/resources/views/site/organisms/prefooter.blade.php
<div class="o-prefooter">
    <div class="o-prefooter__main">
        <p class="o-prefooter__tagline">@lang('site/global.preFooter.tagline')</p>

        <div class="o-prefooter__cta">
            <p class="o-prefooter__text">@lang('site/global.preFooter.text')</p>
            <a href="tel:{{ config('site.company.phone.call') }}" class="o-prefooter__phone">@lang('site/global.call') {{ config('site.company.phone.display') }}</a>
            <div class="o-prefooter__action">
                @include('site.components.button', [
                    'buttonText' => __('site/global.preFooter.actionText'),
                    'buttonLink' => $links->quotation->route ?? '',
                    'type' => 'text',
                    'modifiers' => ['icon','on-dark']
                ])
            </div>
        </div>
    </div>
</div>