@extends('layouts.front.app') @section('og') @endsection @section('content')

PRODUTOS EM PROMOÇÃO

@include(config('site.domain').'.front.products.product-list', ['products' => $products])

@endsection