Payment Date | Invoice ID | Client Name | Payment Amount | Payment Method | Notes |
---|---|---|---|---|---|
{{ Carbon\Carbon::parse($payment->payment_date)->format(currentDateFormat()) }} | {{ $payment->invoice->invoice_id }} | {{ $payment->invoice->client->user->full_name }} | {{ getInvoiceCurrencyAmount($payment->amount, $payment->invoice->currency_id, true) }} | @if ($payment->payment_mode == \App\Models\Payment::CASH)Cash | @endif{{ $payment->notes }} |