@extends('layouts.front.app') @section('og') @endsection @section('css') @endsection @section('content') INÍCIO {{-- GRUPO --}} {{ ($category->grupo->grupo) }} @include(config('site.domain').'.front.products.product-list', compact('products', 'category')) @endsection