@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'] != "")
@foreach($filter['values'][$parentValue['id']] as $value)
-
{{ $value['label'] }}
@endforeach
@endif
@endforeach
@else
@endif
@endforeach
@endif