@extends('layouts.front.app') @section('og') @endsection @section('content') Home Categoria @if($category){{ $category->name }} @endif @include(config('site.domain').'.front.shared.modal-product-details') @include(config('site.domain').'.front.products.product-list-table', $products) @endsection