@extends('layouts.master_app') @section('title') Inventario @endsection @section('menu_tickets', 'here show') @section('css') @endsection @section('content')
| Producto | Proveedor | Inventario disponible | ||||
|---|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->brand->name }} | {{ $item->total_inventory - $item->total_sales }} KG | Inventario Merma Reporte de venta Acciones |