@php($i=0)
@forelse ($invoice->transaction as $item)
| {{ $i }} |
{{-- --}}
|
|
|
|
{{-- Issue --}}
@if ($pro_setting->dual_unit != NUll)
unit_qty > 1 && $setting->unit_qty) == 1 ? '' : 'readonly') }} name="unit_qty[]" value="{{$item->unit_qty}}" onchange="setDistributionSellUnitQty({{ $i }}, this.value)" id="unit_qty{{ $i }}" class="form-control">
|
@else
|
@endif
|
{{-- Return --}}
@if ($pro_setting->dual_unit != NUll)
order_qty > 1 && $setting->unit_qty) == 1 ? '' : 'readonly') }} name="ret_unit_qty[]" value="{{$item->order_qty}}" onchange="setDistributionSellUnitQty({{ $i }}, this.value, 'ret_')" id="ret_unit_qty{{ $i }}" class="form-control">
|
@else
|
@endif
|
{{-- Sell --}}
|
|
|
|
|
@if (count($vat_tax)>0)
@include('inventory.global.vats_product_wise')
@endif
{{-- --}}
|
@empty
@endforelse