@extends('garage.layouts.app') @section('title', 'Purchase order vouchers') @section('content')
| Voucher | Date | Type | Status | Amount | Action |
|---|---|---|---|---|---|
| {{ $v->voucher_no }} | {{ $v->voucher_date }} | {{ $v->voucher_type }} | {{ $v->status }} | PKR {{ number_format((float) $v->total_amount, 2) }} | Open |
| No vouchers linked to this purchase order. | |||||