@extends('layouts.app')
@section('title', __('Smartinventory::inventory.inventory'))
@section('css')
@endsection
@section('content')
@component('components.widget', ['class' => 'box-primary ', 'id'=>'doneProducts2','title' => __('Smartinventory::inventory.products_inv_done')])
| @lang("Smartinventory::inventory.product_name") |
SKU |
@lang("Smartinventory::inventory.current_amount") |
@lang("Smartinventory::inventory.amount_after_inventory") |
@lang("Smartinventory::inventory.amount_difference") |
{{-- @lang("Smartinventory::inventory.options") | --}}
@include("Smartinventory::partials.inventoryDoneList" , [$inventories ])
@endcomponent
@component('components.widget', ['class' => 'box-primary ', 'id'=>'undoneProducts2', 'title' => __('Smartinventory::inventory.products_inv_not_done')])
| # |
@lang("Smartinventory::inventory.product_name") |
SKU |
@lang("Smartinventory::inventory.current_amount") |
{{-- @lang("Smartinventory::inventory.amount_after_inventory") | --}}
{{-- @lang("Smartinventory::inventory.amount_difference") | --}}
{{-- @lang("Smartinventory::inventory.options") | --}}
@include("Smartinventory::partials.inventoryNotDoneList" , $notExistsProducts)
@endcomponent
@endsection
@section('javascript')
{{-- --}}
{{-- --}}
@include('Smartinventory::partials.mainscript')
@endsection