@extends('layouts.pdf')

Land Acquisition Payment Vouchers

@foreach ($payment_vouchers as $payment_voucher) @endforeach
{{__('lang.s_no')}} {{__('lang.pv_no')}} {{__('lang.date')}} {{__('lang.amount')}} {{__('lang.mode_of_payment')}} {{__('lang.reference')}}
{{$loop->iteration}} {{ $payment_voucher->pv_no}} {{ $transaction->date_format($payment_voucher->voucher_date)}} {{ $transaction->convert_money_format($payment_voucher->amount)}} {{ $payment_voucher->mode_of_payment}} {{ $payment_voucher->particulars}}