{{__('lang.rv')}}


@foreach($settlement['rvItems'] as $key => $rvItem) @endforeach
{{__('lang.vendor_no')}} {{__('lang.project')}} {{__('lang.mode_of_payment')}} {{__('lang.total')}} {{__('lang.balance_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.current_amount')}} {{$transaction->systemSettingCurrency()}}
{{ $rvItem->receiptVoucher->receipt_no }} @if($rvItem->receiptVoucher->is_official == 0)
(UnOfficial) @endif
{{ $rvItem->receiptVoucher->sells->branch->name }} {{ ucfirst($rvItem->receiptVoucher->made_of_payment) }}
@php $total_rv_amount = $settlement['rvItems']->sum('paid_amount'); @endphp
{{__('lang.total_rv_amount')}} {{$transaction->systemSettingCurrency()}}
{{__('lang.pkr')}} {{ $total_rv_amount }}