@extends('layouts.front.app') @section('og') @endsection @section('css') @endsection @section('content') @section('content') @include(config('site.domain').'.layouts.front.sidebar-left') Home Produtos Destaques @include(config('site.domain').'.front.products.product-list', $products) @endsection