@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("sales-order-details")}}
{{__('code')}} | {{__('item')}} | {{__('total-in-process')}} | {{__('total-in-analysis')}} | {{__('remaining-quantities')}} | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$voucherItem->itemCode}} | {{$voucherItem->itemName}} | {{$voucherItem->processing}} | {{$voucherItem->analysis}} | {{$voucherItem->converted_quantity - $voucherItem->processing - $voucherItem->analysis}} {{__('out-of')}} {{$voucherItem->converted_quantity}} | ||||||||||||||||||
|