@extends('home.layouts.index') @section('title') {{ $brand->name ?? 'محصولات' }} @endsection @section('style') @endsection @section('script') @endsection @section('content')
فیلتر ها
محدوده قیمت
@foreach($attributes as $attribute)
{{ $attribute->name }}
@foreach($attribute->AttributeValues()->orderby('priority_show','asc')->whereIn('id',$all_attribute_value_exists_ids)->get() as $attrValue)
@endforeach
@endforeach
محدوده قیمت
@foreach($attributes as $attribute)
{{ $attribute->name }}
@foreach($attribute->AttributeValues()->orderby('priority_show','asc')->whereIn('id',$all_attribute_value_exists_ids)->get() as $attrValue)
@endforeach
@endforeach
نمایش بر اساس:
@foreach($products as $product)
@include('home.sections.product_box')
@endforeach
@endsection