@extends('layouts.app') @section('title', 'Payments Received') @section('page-title', 'Payments Received') @section('content')
| DATE | PAYMENT NUMBER | CUSTOMER NAME | INVOICE # | MODE | AMOUNT | ACTION |
|---|---|---|---|---|---|---|
| {{ $payment->payment_date }} | {{ $payment->payment_number }} | {{ $payment->customer->name }} | {{ $payment->invoice->invoice_number }} | {{ ucfirst($payment->payment_mode) }} | {{ formatCurrency($payment->amount) }} | |
| No payments found. | ||||||