@extends('layouts.app') @section('title','Payment Vouchers') @section('content')
| Voucher # | Supplier | Date | Amount | Status | |
|---|---|---|---|---|---|
| {{ $item->number ?? '—' }} | {{ $item->supplier->name ?? '—' }} | {{ $item->date ?? '—' }} | {{ $item->amount ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | |||||