Invoice #{{ $invoice->invoice_id }}
@if($invoice->gst == 'Y')
GST No : {{ $settings->gst_no ?? '' }}
@endif
Payment Date : {{ \Carbon\Carbon::parse($payment->payment_date)->format('d-m-Y') }}
{{--
--}}
Payment Method : {{ \App\Models\PaymentsModel::PAYMENT_MODE[$payment->payment_mode] ?? '' }}
Previously Paid Amount : ₹{{ number_format($previousPaid, 2) }}
Currently Paid Amount : ₹{{ number_format($currentPaid, 2) }}
Balance Amount : ₹{{ number_format($balanceAmount, 2) }}
{{--
--}}

Thank you! Visit again.

@if ($settings->whatsapp_config == 'A') Send Invoice @endif Back