An invoice with invoice number {{$invoice}}
Name: {{$name}}
Address: {{$address}}
Email: {{$email}}
Mobile: {{$phone}}
| Invoice | {{$invoice}} | ||||
| Invoice Date | {{date('d/m/Y')}} | ||||
| Payment Method | {{$payment_method}} | ||||
| Sub Total | {{number_format($subtotal, 2, '.', ',')}} | ||||
| Shipping Charge | +{{number_format($shipping_charge, 2, '.', ',')}} | ||||
| Coupon ({{$coupon_code}}) | -{{number_format($discount, 2, '.', ',')}} | ||||
| Grand Total | {{number_format($total, 2, '.', ',')}} | ||||
| Payment Status | Unpaid | @elsePayment Status | Paid | @endif||
| Payment Date | {{$pay_date}} | @endif||||
| SL | Product | Attribute | Color | Qty | Price | Subtotal |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{$item->title}} | {{$item->qty}} | {{number_format($item->price, 2, '.', ',')}} | {{number_format($item->total_price, 2, '.', ',')}} |