@extends('layouts.app')
@section('title', __('Smartinventory::inventory.inventory'))
@section('css')
@endsection
@section('content')
| @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") | --}}
@include("Smartinventory::partials.increaseReports" , [$increaseProductReport ,$variations ])
@endsection
@section('javascript')
@include('Smartinventory::partials.mainscript')
@endsection