| Payment Date | Invoice Id | Client Name | Payment Amount | Payment Mode |
|---|---|---|---|---|
| {{ Carbon\Carbon::parse($payment->payment_date)->format(currentDateFormat()) }} | {{ $payment->invoice->invoice_id }} | {{ $payment->invoice->client->user->full_name }} | {{ $payment->amount }} | @if($payment->payment_mode == \App\Models\Payment::CASH)Cash | @endif