@extends('layouts.front.app') @section('og') @endsection @section('content') Home {{ $title }} Preço Min {{ config('cart.currency_symbol') }} Max {{ config('cart.currency_symbol') }} Pesquisar @include(config('site.domain').'.front.products.product-list') @endsection @section('js') @endsection