@extends('home.layouts.index') @section('title') {{ $category->name ?? 'محصولات' }} @endsection @section('keywords') {{ $category->meta_keyword ?? '-' }} @endsection @section('description') {{ $category->meta_description ?? '-' }} @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