Invoice

Invoice Id - #{{ $order->id }}

Order Date - {{ date('d-m-Y h:i', strtotime($order->created_at)) }}

Details Address

Name : {{$order->userName}}

Email: {{ $order->userEmail }}

Contact: {{ $order->userContactNo }}

{{ $order->flatNo }},{{ $order->landmark }}

{{ $order->city }},{{ $order->state }}

{{ $order->country }}-{{ $order->pincode }}

Payment Method
Wallet
Category Name Product Name Product Image Order Status Subtotal Tax Amount Grand Total
{{ $order->categoryName }} {{ $order->productName }}
ProductImg
{{ $order->orderStatus }} {{ $currencySymbol->value }}{{ $order->payableAmount }} {{ $currencySymbol->value }}{{ number_format($order->gstAmount, 2, '.', ',') }} {{ $currencySymbol->value }}{{ $order->totalPayable }}

Sub Total

Tax ({{$gst->value}}%)

Total Payable

{{ $currencySymbol->value }}{{ $order->payableAmount }}

{{ $currencySymbol->value }}{{ number_format($order->gstAmount, 2, '.', ',') }}

{{ $currencySymbol->value }}{{ $order->totalPayable }}

Thanks For Order