@extends('layouts.guest') @section('title', 'listing')

@lang('pages.product_listing')

@lang('pages.filters') :
@csrf

@foreach ($brands as $brand)
id,$brandId)?'checked':''}} name="brandCheckbox[]" value="{{$brand->id}}">
@endforeach

@foreach (attributeValues('size') as $aVal )
id,$sizeId)?'checked':''}} name="size[]" value="{{$aVal->id}}">
@endforeach