@extends('layouts.front.app') @section('og') @endsection @section('content') Categoria Destaque @include(config('site.domain').'.front.shared.form-search-price') BUSCAR PRODUTOS @include(config('site.domain').'.front.shared.sidebar-brand', $products) @include(config('site.domain').'.front.products.product-list', $products) @endsection @section('js') @endsection