|
Invoice No: {{ $order->invoice_no }} Date: {{ $order->created_at->format('d M Y') }} |
|||||||||||||||||
|
Address:
{{ $contact->address ?? '' }} Contact: {{ $contact->phone ?? '' }} Email: {{ $contact->email ?? '' }} |
||||||||||||||||||
|
Customer Details
Name: {{ $order->user->name ?? 'Guest' }} Phone: {{ $order->address->phone ?? '' }} Address: {{ $order->address->address ?? '' }} Email: {{ $order->user->email ?? '' }} |
||||||||||||||||||
|
||||||||||||||||||
| Payment Method: {{ $order->payment_method }} | Total Amount: ₹{{ number_format($order->total_amount, 2) }} | |||||||||||||||||
|
Declaration: This invoice confirms your order. All details are correct as per our records. For any queries, contact us at {{ $contact->phone ?? 'N/A' }}. |
Authorized Signature ____________________ |
|||||||||||||||||