@extends('adminlte::page') @section('title', 'Payments for '.$invoice->invoice_number) @section('content_header')
| Date | Method | Amount | Notes | |
|---|---|---|---|---|
| {{ optional($p->payment_date)->format('Y-m-d') }} | {{ $p->method ?? '—' }} | {{ number_format($p->amount, 2) }} | {{ $p->notes ?? '—' }} | |
| No payments yet. | ||||