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