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/SBogers10/anvil.komma.pro/resources/views/site/partials/workAtBlock.blade.php
@if(\App::getLanguage()->id == 104)
    <a href="{{config('site.workAtSite.' . \App::getSite()->slug)}}" target="_blank" id="work-at-block">
        <div class="content">
            <h4>
                <span>@lang('site/global.workAt')</span>
                {{ \App::getSite()->name }}?
            </h4>


        </div>

        <span class="button">
        {{$links->vacancies->name}}
         <span class="arrow">
            <svg width="19" height="14">
                <use href="/img/arrow.svg#arrow"></use>
            </svg>
        </span>
    </span>

        <div class="icon">
            <svg  width="25" height="25" >
                <use href="/img/briefcase.svg#briefcase"></use>
            </svg>
        </div>
    </a>
@endif