@foreach($row['items'] as $index => $item)
@if(isset($item['document_status']))
@if($i > 0)
@endif
{!!Form::hidden('item['.$item['product_id'].'][product_id]', $item['product_id'])!!}
{{$item['product_name']}}
x {{$item['product_quantity']}}
{{$row['currency_code']}} {{$setting->getDouble($item['product_price'])}}
{{$setting->getDouble($item['product_price'])}}
@foreach($item['document_status'] as $index => $document_status)
@endforeach
@php
$i++;
$total += ($item['product_quantity'] * $item['product_price']);
@endphp
@endif
@endforeach