@extends('layouts.front.app') @section('og') @endsection @section('content') @php $cat = $category->segmento ?? $category->grupo->grupo @endphp
@include(config('site.domain').'.front.products.product-list', $products)
@include(config('site.domain').'.front.products.product-list-mobile', $products)
@endsection @section('js') @endsection