diff --git a/resources/views/invoices/show.blade.php b/resources/views/invoices/show.blade.php index 2990970..648a3bb 100644 --- a/resources/views/invoices/show.blade.php +++ b/resources/views/invoices/show.blade.php @@ -67,13 +67,51 @@ -
Please make payment to:
-eBandroom
-540 W. Louse Ave.
-Vinita, OK 74301
-| Date | +Method | +Reference | +Amount | +
|---|---|---|---|
| {{ $payment->payment_date->format('F j, Y') }} | +{{ $payment->payment_method->label() }} | +{{ $payment->reference }} | +{{ formatMoney($payment->amount) }} | +
| Total Payments | +{{ formatMoney($invoice->total_payments) }} | +||
| Balance Due | +{{ formatMoney($invoice->balance_due) }} | +||
Please make payment to:
+eBandroom
+540 W. Louse Ave.
+Vinita, OK 74301
+