@extends('layouts.front.app') @section('og') @endsection @section('css') @endsection @section('content') @include(config('site.domain').'.layouts.front.sidebar-left') Home @if($titleGrupo) {{ $titleGrupo->name }} @endif {{ $category->name }} @include(config('site.domain').'.front.products.product-list', $products) @endsection