@extends('admin.layouts.sellermastersoyuz') @section('title',"Show Return Order #$inv_cus->order_prefix$orderid |") @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Return Orders') }} @endslot @slot('menu2') {{ __("Update Return Order") }} @endslot @endcomponent
Item | Qty | Status | Refund Total | REF.No/Transcation ID |
---|---|---|---|---|
@if(isset($rorder->getorder->variant))
@if($rorder->getorder->variant->variantimages)
@if(isset($rorder->getorder->variant))
{{ $rorder->getorder->variant->products->name }}
{{ variantname($rorder->getorder->variant) }}
@endif
@if(isset($rorder->getorder->simple_product))
{{ $rorder->getorder->simple_product->product_name }}
@endif
@if(isset($rorder->getorder->variant)) Sold By: {{$rorder->getorder->variant->products->store->name}} @endif @if(isset($rorder->getorder->simple_product)) Sold By: {{$rorder->getorder->simple_product->store->name}} @endif |
{{ $rorder->qty }} | {{ ucfirst($rorder->status) }} | {{ round($rorder->amount,2) }} | {{ $rorder->txn_id }} |
Reason for Return: {{ $rorder->reason }}
Refund Method Choosen: @if($rorder->method_choosen != 'bank') {{ ucfirst($rorder->method_choosen) }} ({{ $rorder->getorder->order->payment_method }}) @else {{ ucfirst($rorder->method_choosen) }} @endif
A/c Holder name: {{ $rorder->bank->acname }}
Bank Name: {{ $rorder->bank->acname }}
A/c No. {{ $rorder->bank->acno }}
IFSC Code: {{ $rorder->bank->ifsc }}
{{ strip_tags($x['address']) }}
{{ $x['ci'] }},{{ $x['s'] }},{{ $x['c'] }},
{{ $x['pincode'] }}
@endforeach