@extends('layouts.master_app') @section('title') Inventario @endsection @section('menu_tickets', 'here show') @section('css') @endsection @section('content')

Inventario

Selected
@include('partials.success') @foreach( $inventory as $item ) @endforeach
Producto Proveedor Inventario disponible
{{ $item->name }} {{ $item->brand->name }} {{ $item->total_inventory - $item->total_sales }} KG Inventario Merma Reporte de venta Acciones
@endsection @section('js') @endsection