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