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

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

@lang("Smartinventory::inventory.products_reports_increase")
{{-- --}} @include("Smartinventory::partials.increaseReports" , [$increaseProductReport ,$variations ])
@lang("Smartinventory::inventory.product_name") @lang("Smartinventory::inventory.product_barcode") @lang("Smartinventory::inventory.current_amount") @lang("Smartinventory::inventory.amount_after_inventory") @lang("Smartinventory::inventory.amount_difference")@lang("Smartinventory::inventory.options")
@endsection @section('javascript') @include('Smartinventory::partials.mainscript') @endsection