Shop Address: {{setting('SITE_INFO_ADDRESS')}}
Mobile: {{setting('SITE_INFO_PHONE')}}
Email: {{setting('SITE_INFO_SUPPORT_MAIL')}}

Hello {{$name}},

An invoice with invoice number {{$invoice}}

INVOICE TO:

Name: {{$name}}
Address: {{$address}}
Email: {{$email}}
Mobile: {{$phone}}

@if($pay_status==null) @else @endif @if($pay_status==null) @endif
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 UnpaidPayment Status Paid
Payment Date {{$pay_date}}
@foreach ($orderDetails as $key => $item) @endforeach
SL Product Attribute Color Qty Price Subtotal
{{$key+1}} {{$item->title}} {{$item->qty}} {{number_format($item->price, 2, '.', ',')}} {{number_format($item->total_price, 2, '.', ',')}}