@foreach ($filter->related()->orderBy('ordering')->get() as $item) @switch($item->filterable_type) @case('App\Models\Specification')
{{ $item->filterable->name }} ( مشخصات )
active ? 'checked' : '' }} name="filters[{{ $loop->index }}][active]">
@break @case('App\Models\StaticFilter')
{{ $item->filterable->title }} ( فیلتر ثابت )
active ? 'checked' : '' }} name="filters[{{ $loop->index }}][active]">
@break @case('App\Models\AttributeGroup')
{{ $item->filterable->name }} ( گروه ویژگی )
active ? 'checked' : '' }} name="filters[{{ $loop->index }}][active]">
@break @endswitch @endforeach