Invoice No. : #{{ $inv_cus->prefix.$payout->singleorder->inv_no.$inv_cus->postfix }}
Payout ID : {{ $payout->payoutid}}
Transcation ID : {{ $txnid }}
@if($payout->paidvia == 'Paypal')Paypal Batch ID : {{ $payout->txn_id }}
Payment Status : {{ $status}}
@endif@if($payout->paidvia == 'Paypal')
@endif
@if($payout->paidvia == 'Bank')
@endif
# | Image | Product | HSN | Qty | |||
---|---|---|---|---|---|---|---|
1 | @if($payout->singleorder->variant)
|
{{ $payout->singleorder->variant->products->name }} ({{ variantname($payout->singleorder->variant) }}) | {{ $payout->singleorder->variant->products->hsn }} | @endif @if($payout->singleorder->simple_product)
|
{{ $payout->singleorder->simple_product->product_name }} | {{ $payout->singleorder->simple_product->hsin }} | @endif{{ $payout->singleorder->qty }} |
Sub Total : | @if($payout->paidvia == 'Bank') {{ sprintf("%.2f", $payout->orderamount+$payout->txn_fee) }} @else {{ sprintf("%.2f", $payout->orderamount) }} @endif |
Transcation Charge: | {{ $payout->txn_fee }} |
Transcation Charge: | {{ $payout->txn_fee }} |
Total: |
@if($payout->paidvia == 'Bank') {{ sprintf("%.2f", $payout->orderamount+$payout->txn_fee-$payout->txn_fee) }} @else {{ sprintf("%.2f", $payout->orderamount) }} @endif |
Thank you for your Business.