@extends('adminlte::page') @section('plugins.Select2', true) @section('title', 'Registrar Venta') @section('content_header')

Registrar Venta

@stop @section('content')

Venta

@csrf

Ordenes:

Id Serie Orden Cantidad Pollos Peso Bruto Cantidad Jabas Tara Peso Neto Precio Subtotal

Resumen de Transacción

PESO NETO TOTAL (KG):
TOTAL DE VENTA S/:
DEUDA ANTERIOR S/:
TOTAL A PAGAR S/:

@include('admin.clientes.modal') @stop @section('css') @endsection @section('js') @stop