@if(count($crArr) > 0)
@foreach($crArr as $key => $cr)
@if($cr != '')
|
{{ getVoucherViewName($auto_mer_id,$cr,'cr') }} |
{{ getVoucherViewAmount($order_id,$cr,'cr',$is_show_gst) }} |
|
@endif
@endforeach
|
@endif
@if(count($orderArr) > 0)
@php $i = 1; @endphp
@foreach($orderArr as $k => $val)
@foreach($val['drArr'][$i] as $j => $val1)
@if($val1 != '')
{{ $i }} |
{!! $val1 !!} |
|
{{ $val['drAmountArr'][$i][$j] }} |
@endif
@endforeach
@php $i++; @endphp
@endforeach
@endif
|
|
Total |
₹{{ getVoucherViewAmount($order_id,0,'drcrTotal',$is_show_gst) }} |
₹{{ getVoucherViewAmount($order_id,0,'drcrTotal',$is_show_gst) }} |