@extends('layouts.app') @section('title', __('Smartinventory::inventory.inventory')) @section('css') @endsection @section('content')

@lang('Smartinventory::inventory.stock_inventory')

{!! Form::text('search_product', null, ['class' => 'form-control', 'id' => 'search_product_inventory', 'placeholder' => __('stock_adjustment.search_products'), 'enabled']); !!}
@include("Smartinventory::partials.tableRowForListing" , [$inventories , $quantityProductsArray,$products])
@lang("Smartinventory::inventory.product_name") @lang("Smartinventory::inventory.product_barcode") @lang("role.unit") @lang("Smartinventory::inventory.current_amount") @lang("Smartinventory::inventory.amount_after_inventory") @lang("Smartinventory::inventory.amount_difference") @lang("Smartinventory::inventory.options")
@endsection @include("Smartinventory::partials.modals.editProductInventoryModal") @section('javascript') @include('Smartinventory::partials.mainscript') {{-- --}} @endsection