Vendor Vouchers: {{ $vendor->name }}
Back to Profile| Date | Amount | Status | Action |
|---|---|---|---|
| {{ $voucher->created_at->format('Y-m-d H:i') }} | ₦ {{ number_format($voucher->amount) }} | {{ $voucher->status }} | View |
| No vouchers recorded. | |||
{{ $vouchers->links() }}