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