@extends('layouts.master_app') @section('title') Agregar ingreso @endsection @section('css') @endsection @section('content')
Ingreso a almacén
@include('partials.errors') @csrf
Buscando producto
Subtotal: @{{ formData.quantity * product_point.purchase_price | currency}}
@{{product_point.product.name}}
Costo de producción: @{{ product_point.purchase_price | currency }}
@endsection @section('js') @endsection