# Voucher No. Date Farmer Number Farmer Name Village Group FAQ Out Turn MC MC Ded Quantity Unit Price SCN 18 Unit Price 18 Sub-Total Hulling Cost Sacks Cost Advance (Money) Transport Advance Total Deductions Net Pay @forelse ($paymentVouchers as $key => $voucher) {{ $key + 1 }} {{ $voucher->grn_id }} {{ \Carbon\Carbon::parse($voucher->date_saved)->translatedFormat('l, F j, Y g:i A') }} {{ $voucher->farmer_number }} {{ trim($voucher->farmer_fname.' '.$voucher->farmer_lname) }} {{ $voucher->farmer_village }} {{ $voucher->group_name }} {{ $voucher->faq }} {{ (int) $voucher->out_turn }}% {{ $voucher->moisture_content }} {{ $voucher->mc_ded }} {{ $voucher->ungraded }} {{ number_format($voucher->unit_price_ungraded, 0) }} {{ $voucher->grade_1800 }} {{ $voucher->unit_price_grade_1800 }} {{ number_format($voucher->subtotal_amount, 0) }} {{ number_format($voucher->hulling_cost, 0) }} {{ number_format($voucher->sacks_cost, 0) }} {{ number_format($voucher->money_advance, 0) }} {{ number_format($voucher->transport_advance, 0) }} {{ number_format($voucher->total_deductions, 0) }} {{ number_format($voucher->net_pay, 0) }} @empty No valuation data available. @endforelse