{{__('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 }} |
{{__('Subtotal')}} : | @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.')}}