@if ($block->anchor_id )
@endif
@if($block->block_title)

@title($block->block_title)

@endif @if($block->block_subtitle)

@title($block->block_subtitle)

@endif @if(!empty($filters))
@foreach($filters as $filter)
{{ $filter['name'] }}
@if(!empty($filter['parent'])) @foreach($filters[$filter['parent']]['values'] as $parentValue) @if($parentValue['id'] != "") @endif @endforeach @else @endif
@endforeach
@endif