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/filterBar.blade.php
<div class="top-bar content-block column fluid-100">
    <div class="product-filter column fluid-66">
        &nbsp;
        {{--
        <div class="filter-holder">
            <label for="bypass">{{ Lang::get('pages/products.filter_bar.bypass') }}:</label>
            <div class="filter-select">
                <select id="bypass">
                    <option value="all">{{ Lang::get('pages/products.filter_bar.show_all') }}</option>
                    <option value="bypass">{{ Lang::get('pages/products.filter_bar.with_bypass') }}</option>
                    <option value="no-bypass">{{ Lang::get('pages/products.filter_bar.without_bypass') }}</option>
                </select>
            </div>
        </div>

        <div class="filter-holder">
            <label for="filter-class">{{ Lang::get('pages/products.filter_bar.filter_class') }}:</label>
            <div class="filter-select">
                <select id="filter-type">
                    <option value="all">{{ Lang::get('pages/products.filter_bar.show_all') }}</option>
                    <option value="regular-filter">{{ Lang::get('pages/products.filter_bar.regular_filter') }}</option>
                    <option value="fine-dust-filter">{{ Lang::get('pages/products.filter_bar.fine_dust_filter') }}</option>
                </select>
            </div>
        </div>
        --}}
    </div>
    <div class="payment-options column fluid-33 valign-parent" >
        <img src="/images/static/paymentMethods/payment_methods_bar_{{ $shop->getShop()->slug }}.png" alt="Betaalmethoden" class="valign-child"/>
    </div>
</div>