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--}}