@extends('layouts.default') @section('scripts') @endsection @section('content')

Agregar Fórmula



{{ Form::select('NREGUIST_PROD_TERMINADO', [], NULL, ['id' => 'producto_id', 'class' => 'form-control']) }}
{{ Form::text('VOLUMEN', NULL, ['id' => 'volumen_formula', 'class' => 'form-control']) }}
{{ Form::text('VIDA_UTIL', NULL, ['id' => 'vida_util', 'class' => 'form-control']) }}
{{ Form::text('PRECVTA', NULL, ['id' => 'precio_venta', 'class' => 'form-control', 'disabled' => true]) }}

@if(empty($agua)) @else @endif
Orden Materia Prima Densidad Peso (Kg) Volumen (Lts) Costo Opciones
No hay registros
Totales 0 0 0 0
{{ Form::textarea('OBSERVACION', NULL, ['id' => 'observacion', 'class' => 'form-control', 'rows' => 15]) }}

Orden Pregunta Opciones
Sin Preguntas
Precio Total Venta Fórmula Costo Total Fórmula Margen Total de Ganancia

@endsection