@extends('layouts.app') @section('title',$payment->payment_number) @section('page_title','Payment Voucher') @section('content') @php($s=$payment->status instanceof \App\Enums\DocumentStatus?$payment->status->value:$payment->status)
{{ $payment->party->legal_name }} · {{ ucwords(str_replace('_',' ',$s)) }}
| Bill | Vendor Invoice | Bill Total | Allocated |
|---|---|---|---|
| {{ $a->bill->bill_number }} | {{ $a->bill->vendor_invoice_number }} | {{ number_format((float)$a->bill->grand_total,2) }} | {{ number_format((float)$a->amount,2) }} |