Payment Date | Invoice ID | Client Name | Payment Amount | Payment Method |
---|---|---|---|---|
{{ 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) }} | @if($payment->payment_mode == \App\Models\Payment::CASH)Cash | @endif