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/products/title.blade.php
<span class="rule-1">{{ (strtolower($product->brand_name) != 'toebehoren'?$product->brand_name.' ': '') }}{{ $product->name }}</span>
<span class="rule-2">{{ $product->special_1 }}</span>
<span class="rule-3">
    @if($product->pollen_filter && Lang::has('pages/products.pollen_' . $product->product_group))
        {{ Lang::get('pages/products.pollen_' . $product->product_group) }}
    @elseif(Lang::has('pages/products.' . $product->product_group))
        {{ Lang::get('pages/products.' . $product->product_group) }}
    @else
        {{$product->product_group}}
    @endif

    @if(!empty($product->filter_class))
        {{ $product->filter_class }} @include('partials/filter_info')
    @endif
</span>