@extends('admin.layouts.master-soyuz') @section('title','View Payout #'.$payout->payoutid.' | ') @section('body') @component('seller.components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Invoice') }} @endslot @slot('menu1') {{ __('Completed Payments') }} @endslot @slot('menu2') {{ __('Invoice') }} @endslot @slot('button')
@endslot @endcomponentNo :#{{ $inv_cus->prefix.$payout->singleorder->inv_no.$inv_cus->postfix }}
{{ date('d/m/Y',strtotime($payout->created_at)) }}
# | 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 }} |
Payee Bank Account Detail
A/c no.: {{ $payout->acno }}
Payee Name: {{ $payout->acholder }}
IFSC Code: {{ $payout->ifsccode }}
Bank Name: {{ $payout->bankname }}
Branch:
@endifSub 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 you for your Business.