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/topswtwmobile.komma.pro/app/views/partials/cart-categories.blade.php
<div class="cart-categories-title">
    {{ Lang::get('checkout/exhaust-vent.cart_categories_title') }}
</div>
<div class="cart-categorie fluid-50">
    <span class="categorie-title">{{ Lang::get('checkout/exhaust-vent.inlet_exhaust_vent') }}</span>
    <div class="image-holder">
        <img id="exhaust-vent" src="/images/static/inlet-vent.png" width="120px"/>
    </div>
    @include('partials.buttons.default',[
            'route' =>'/'. Config::get('komma/tops.accessories_link_vent.'.\Shop::getShop()->id.'.'.\Shop::getLanguageService()->getCurrentLanguage()),
            'text' => Lang::get('checkout/exhaust-vent.button_find_vent'),
            'class'=> 'grey'
        ])
</div>
<div class="cart-categorie fluid-50">
    <span class="categorie-title">{{ Lang::get('checkout/exhaust-vent.conefilter') }}</span>
    <div class="image-holder">
        <img id="exhaust-vent" src="/images/static/cone-filter.png" width="120px"/>
    </div>
    @include('partials.buttons.default',[
            'route' =>'/'. Config::get('komma/tops.accessories_link_cone.'.\Shop::getShop()->id.'.'.\Shop::getLanguageService()->getCurrentLanguage()),
            'text' => Lang::get('checkout/exhaust-vent.button_find_cone_filter'),
            'class'=> 'grey'
        ])
</div>


{{--inlet_exhaust_vent--}}
{{--conefilter--}}