| Voucher No: {{ $voucher->voucher_no }} | Date: {{ $voucher->voucher_date->format('d-m-Y') }} |
| Site | {{ $voucher->site->name }} |
|---|---|
| Vendor | {{ $voucher->vendor->name }} |
| Particular | {{ $voucher->particular->name }} |
| Payment Mode | {{ strtoupper($voucher->payment_mode) }} |
| Reference No. | {{ $voucher->reference_no ?: '-' }} |
| Amount | ₹ {{ number_format($voucher->amount,2) }} |
| Narration | {{ $voucher->narration ?: '-' }} |
| Prepared By | Checked By | Authorized By |