GrowWithRaju

INVOICE

Invoice Details

Invoice No: {{ $invoiceNumber }}

Date: {{ date('d M Y', strtotime($payment->created_at)) }}

Status: {{ ucfirst($payment->status) }}

Billing To

{{ $user->name }}

{{ $user->email }}

Payment Summary

Product Payment Type Payment ID Order ID
{{ $payment->exam_name ?? 'Wallet Recharge' }} {{ ucfirst($payment->payment_type) }} {{ $payment->payment_id }} {{ $payment->order_id }}

Total Amount Paid

₹{{ number_format($payment->amount,2) }}