@extends('layout') @section('almacenes-active', 'active') @section('producto-active', 'active') @section('bread-module', 'Almacén') @section('bread-submodule', 'Registrar Producto') @section('hero-title', 'Registrar Producto') @section('hero-subtitle', 'Productos') @section('content') @include('utils.modals.mdl_category.main') @include('utils.modals.mdl_brand.main') @include('utils.modals.mdl_model.main') @include('utils.modals.mdl_color.main')