@extends('ecommerce::frontend.layout.main') @section('title') {{ $ecommerce_setting->site_title ?? '' }} @endsection @section('description') @endsection @section('content')
All @foreach($collections as $collection) {{$collection->name}} ({{count(explode(',', $collection->products))}}) @endforeach
@foreach($products as $product) @include('ecommerce::frontend.includes.product-template') @endforeach @if(count($products) == 0)

Sorry, no products found

@endif
@endsection @section('script') @endsection