@extends('layouts.site') @section('content')
Filter
@foreach ($productsCats as $brand) @foreach ($brand->categories as $category)
{{ $category->name }}
@foreach ($category->products as $product) @endforeach
@endforeach @endforeach {{----}}
@foreach($productsItems as $items) @foreach($items['products'] as $products) @if(array_key_exists('limited_product_items',$products)) @foreach($products['limited_product_items'] as $product_item)
@if(array_key_exists(0,$product_item['product_item_image'])) {{--IMG-PRODUCT--}} IMG-PRODUCT @endif Quick View
{{$product_item['item_name']}} {{$product_item['price']}}
@endforeach @endif @endforeach @endforeach
Load More
@endsection