| # | {{ __('Code') }} | {{ __('Barcode') }} | {{ __('Name') }} | {{--{{ __('Price Sell') }} | --}} {{--{{ __('Price Buy') }} | --}} {{-- @admin{{ __('Avg Price') }} | @endadmin --}} {{--{{ __('Qty') }} | --}} {{--{{ __('Unit') }} | --}}{{ __('Qty') }} | {{ __('Action') }} | {{--{{ __('Action') }} | --}}
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->code }} | {{ $item->barcode }} | {{ $item->name }} | {{--{{ number_format($item->price) }} | --}} {{--{{ number_format($item->pricebuy) }} | --}} {{-- @admin{{ number_format($item->avgprice) }} | @endadmin --}}{{ number_format($item->trans_qty) }} pcs | {{--{{ $item->unit_name }} | {{ $item->message ?: '-' }} | --}} {{--
@if ($item->trans_qty > 0)
| --}}
| # | {{ __('Total Qty') }} | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Total | {{ number_format($items->sum('trans_qty'), 0, ',', ',') }} | ||||||||||||||
Item : {{ $item->name }} - {{ $item->barcode }}
@if ($item->total_qty <= 0)Tidak ada stock
@elseAda stock {{ $item->total_qty }} pcs
@endif