@foreach(Filter::available() as $type => $filters)
@lang('title.' . $type)
    @foreach($filters as $filter)
  1. @endforeach
@endforeach