@extends('adminlte::page') @section('plugins.Select2', true) @section('title', env('APP_NAME') . ' - 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

Comentarios de Venta
Resumen de Transacción
PESO NETO TOTAL (KG): 0.00
TOTAL DE VENTA S/: 0.00
SALDO A FAVOR S/: 0.00
TOTAL A PAGAR S/: 0.00
@include('admin.clientes.modal') @stop @section('css') @endsection @section('js') @stop