@extends('admin.layouts.sellermastersoyuz') @section('title',__('Show Return Order #:order',['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)
@else
@endif
@endif
@if(isset($rorder->getorder->simple_product))
@endif
@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