@php($i = 0)
@forelse ($invoice->transaction as $item)
| {{ $i }} |
{{--
--}}
|
|
@if (warehouse_info()->use_expiry == 1)
@if ($invoice->transaction_type == 5)
@if ($item->product->expiarable_product == 1)
|
@else
|
@endif
@else
@if ($item->product->expiarable_product == 1)