Filters
Price
${{ !empty(request()->minprice) ? request()->minprice : 0 }}
${{ !empty(request()->maxprice) ? request()->maxprice : $maxpinprice }}
APPLY
@foreach ($typevaluebrand as $at) @if(count($at['AttributeValue']) > 1)
{{ $at['AttributeType'] }}
@foreach ($at['AttributeValue'] as $av)
AttributeValue,$searchBrandAttributeValueLabel)) checked @endif>
{{ $av->AttributeValue }}
({{ $av->countpin }})
@endforeach
{{--
APPLY
--}}
@endif @endforeach @foreach ($typevalues as $ak => $at)
{{ $at['AttributeType'] }}
@foreach ($at['AttributeValue'] as $av)
AttributeValue,$attributeTypeSelValID)) checked @endif>
{{ $av->AttributeValue }}
({{ $av->countpin }})
@endforeach
{{--
APPLY
--}}
@endforeach
{{--
Apply
--}}
Show Results