@extends('layouts.app') @section('title', 'Payments') @section('page_title', 'Supplier Payments') @section('content')
| PO | Supplier | Reference | Amount | Method | Status | Date |
|---|---|---|---|---|---|---|
| {{ $payment->purchaseOrder?->po_number }} | {{ $payment->supplier?->company_name }} | {{ $payment->payment_reference ?? '-' }} | ₦{{ number_format($payment->amount,2) }} | {{ $payment->payment_method }} | {{ $payment->status }} | {{ $payment->payment_date?->format('M d, Y') }} |
| No payments yet. | ||||||