@extends('layouts.front.app') @section('og') @endsection @section('content') {{-- BARRA DE PRODUTOS --}} @include(config('site.domain').'.layouts.front.sidebar-left') {{-- BARRA DE PRODUTOS --}} {{-- CATEGORIAS --}} @include(config('site.domain').'.layouts.front.categories') {{-- CATEGORIAS --}} @endsection