@extends('layout') @section('content') @section('almacenes-active', 'active') @section('producto-active', 'active') @include('almacenes.categorias.create') @include('almacenes.marcas.create') @include('almacenes.modelos.create') @include('almacenes.colores.create')

REGISTRAR NUEVO PRODUCTO TERMINADO

@csrf

Datos Generales

@if ($errors->has('codigo')) {{ $errors->first('codigo') }} @endif
@if ($errors->has('medida')) {{ $errors->first('medida') }} @endif
{{--
@if ($errors->has('peso_producto')) {{ $errors->first('peso_producto') }} @endif
--}}
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('codigo_barra')) {{ $errors->first('codigo_barra') }} @endif
@if ($errors->has('categoria')) {{ $errors->first('categoria') }} @endif
@if ($errors->has('marca')) {{ $errors->first('marca') }} @endif
@if ($errors->has('modelo')) {{ $errors->first('modelo') }} @endif
@if ($errors->has('precio1')) {{ $errors->first('precio1') }} @endif
@if ($errors->has('precio2')) {{ $errors->first('precio2') }} @endif
@if ($errors->has('precio3')) {{ $errors->first('precio3') }} @endif
@if ($errors->has('costo')) {{ $errors->first('costo') }} @endif
{{--

Cantidades y Precios

@if ($errors->has('stock')) {{ $errors->first('stock') }} @endif
@if ($errors->has('stock_minimo')) {{ $errors->first('stock_minimo') }} @endif
--}} {{--
@if ($errors->has('precio_venta_minimo')) {{ $errors->first('precio_venta_minimo') }} @endif
@if ($errors->has('precio_venta_maximo')) {{ $errors->first('precio_venta_maximo') }} @endif
--}} {{--
--}}
{{-- ALMACENES --}}
{{-- --}} @foreach($almacenes as $almacen) @if ($almacen->descripcion =="CENTRAL") @endif @endforeach {{-- @if ($errors->has('almacen')) {{ $errors->first('almacen') }} @endif --}}

@include('almacenes.productos.table-colores') {{--
--}} {{--

Stocks

--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
ACCIONES CLIENTE MONEDA PORCENTAJE
--}} {{-- @include('almacenes.productos.list-color-tallas') --}} {{--
--}}
Los campos marcados con asterisco () son obligatorios.
Regresar
@include('almacenes.productos.modal') @stop @push('styles') @endpush @push('scripts') {{-- --}} @endpush