@extends('layouts.frontend.app') @push('meta') @endpush {{-- @section('title', setting('site_title') ) --}} @section('content') @if (setting('TOP_CAT_STATUS') != 0 || setting('TOP_CAT_STATUS') == "")
{{$collection->name}}
@php $categoryIds = $collection->categories->pluck('id'); $productIds = DB::table('category_product')->whereIn('category_id', $categoryIds)->get()->pluck('product_id'); $products = \App\Models\Product::whereIn('id', $productIds)->where('status',1)->count(); @endphp{{$products}} products