@extends('ecommerce::frontend.layout.main') @section('title') {{ $ecommerce_setting->site_title ?? '' }} @endsection @section('description') @endsection @section('content')
@foreach($products as $product) @include('ecommerce::frontend.includes.product-template') @endforeach
@endsection @section('script') @endsection