@extends('layout.backoffice') @section('content') @if(empty($entidad["tab_info_extendido"]) && !isset($entidad["id_producto"])) @include('page.producto.modal_tipo_atributo') @endif
@include('page.producto.tab.general')
@include('page.producto.tab.categorias')
@include('page.producto.tab.imagenes')
@include('page.producto.tab.extendido')
@endsection