|
||||||
| {{ __('keywords.Product_Name')}} | {{ __('keywords.Qty')}} | {{ __('keywords.Tax')}} | {{ __('keywords.Price')}} | {{ __('keywords.Total_Price')}} | ||
|---|---|---|---|---|---|---|
{{$detailss->product_name}}({{$detailss->quantity}}{{$detailss->unit}}) |
{{$detailss->qty}} | @if($detailss->tx_per == 0 || $detailss->tx_per == NULL)0 @else {{$detailss->tx_per}}@endif % @if($detailss->tx_per != 0 && $detailss->tx_name != NULL)({{$detailss->tx_name}})@endif |
@if($detailss->price_without_tax != NULL){{$detailss->price_without_tax}} @else {{$detailss->price}} @endif |
{{$detailss->price}} |
||
| {{ __('keywords.No data found')}} | ||||||
| {{ __('keywords.Products_Price')}} : | {{$order->price_without_delivery + $order->coupon_discount}} | |||||
| {{ __('keywords.Delivery_Charge')}} : | +{{$order->delivery_charge}} | |||||
| {{ __('keywords.Paid By Wallet')}} : | -{{$order->paid_by_wallet}} | |||||
| {{ __('keywords.Coupon Discount')}} : | -{{$order->coupon_discount}} | |||||
| {{ __('keywords.Net_Total(Payable)')}}: | {{$order->rem_price}} | |||||
Thanks for your purchase!