@extends('layouts.master_app') @section('title') Ingresos a almacén @endsection @section('css') @endsection @section('content')

Ingresos a almacén

(@{{ product.name}})
@can('agregar_entradas_almacen') Agregar ingreso @endcan
@include('partials.success')
Fecha Código Producto Cantidad Costo de producción Total Acciones
@{{ item.date }} @{{ item.product_point.code }} @{{ item.product_point.full_name }} @{{ item.quantity }} @{{ item.purchase_price | currency }} @{{ item.total | currency }} @can('eliminar_entradas_almacen') @endcan
@endsection @section('js') @endsection