@extends('layouts.front.app') @section('og') @endsection @section('content')
@include(config('site.domain').'.front.products.product-list', compact('products', 'category'))
@endsection