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>