@extends('admin.layouts.sellermaster') @section('title', 'View Payout #'.$payout->payoutid.'') @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Completed Payments') }} @endslot @slot('menu1') {{ __('Completed Payments') }} @endslot @endcomponent
No :#{{ $inv_cus->prefix.$payout->singleorder->inv_no.$inv_cus->postfix }}
{{ date('d/m/Y',strtotime($payout->created_at)) }}
@endif @if($payout->paidvia == 'Bank')
via PayPal
# | 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 |
@if($payout->paidvia == 'Paypal') {{__("Payout fee of")}} {{ $payout->txn_fee }} {{__("is additionally applied by Paypal not included in grand total.")}} @elseif($payout->paidvia == 'bank') {{__("Bank Transfer")}} [{{ $payout->txn_type }}] {{__("usually takes 2-3 working days or 48hours for reflect amount in user bank account.")}} @else {{__("Amount is already paid to the seller.")}} @endif
Thank yopu for your Business.