@extends('admin.layouts.master-soyuz') @section('title',__('View Payout # :payout | ',['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 @endcomponent{{__("No")}} :#{{ $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:")}}
@endif{{__('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 |
@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.")}}