@extends('admin.layouts.sellermaster') @section('title',"Show Return Order Detail #$inv_cus->order_prefix$orderid |") @section('title','Returned Orders |') @section('body')
Item | Qty | Refunded Amount | Additional Info. |
---|---|---|---|
|
{{$order->getorder->qty}} | {{ $order->amount }} |
@if($order->txn_fee !='')
Transcation FEE: {{ $order->txn_fee }} (During Bank Transfer) @endif @if($findvar->products->returnPolicy->amount !=0 || $findvar->products->returnPolicy->amount !='')As per Product {{$findvar->products->returnPolicy->name}} Policy {{$findvar->products->returnPolicy->amount}}% is deducted from Order Amount. @endif |