@extends('layouts.default') @section('scripts') @endsection @section('content')
{{ Form::text('NUMFACT', NULL, ['id' => 'NUMFACT', 'class' => 'form-control', 'disabled' => true]) }}
{{ Form::hidden('NUMREG', NULL, ['id' => 'NUMREG', 'class' => 'form-control']) }}
{{ Form::text('fecha', NULL, ['id' => 'fecha', 'class' => 'form-control', 'disabled' => true]) }}
{{ Form::text('NOTAOBS', NULL, ['id' => 'NOTAOBS', 'class' => 'form-control']) }}

@if(empty($agua)) @else @endif
Orden Código Producto Lote Cantidad Precio Total Opciones
No hay registros

@endsection