@extends('garage.layouts.app') @section('title', 'Purchase return vouchers') @section('content')
Auto journal on post: Dr Vendor, Cr Purchase Return (simple ledger PUR-RET).
| Voucher | Date | Type | Status | Amount | Action |
|---|---|---|---|---|---|
| {{ $v->voucher_no }} | {{ $v->voucher_date }} | {{ $v->voucher_type }} | {{ $v->status }} | {{ number_format((float) $v->total_amount, 2) }} | Open |
| No vouchers linked to this purchase return. | |||||