{{translate('refund_Transaction_Report_List')}} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ translate('filter_Criteria') .' '.'-'}} |
{{translate('search_Bar_Content').' '.'-'.' '. ($data['searchValue'] ?? 'N/A')}}
{{translate('payment_Method').' '.'-'.' '.translate($data['paymentMethod'] ?? 'all')}} |
|||||||||
{{translate('SL')}} | {{translate('product_Image')}} | {{translate('product_Name')}} | {{translate('refund_ID')}} | {{translate('order_ID')}} | {{translate('shop_Name')}} | {{translate('payment_Method')}} | {{translate('payment_Status')}} | {{translate('paid_By')}} | {{translate('amount')}} | {{translate('transaction_Type')}} |
{{++$key}} | {{ isset($transaction->orderDetails->product->name) ? Str::limit($transaction->orderDetails->product->name, 40) : translate('data_not_found') }} | {{$transaction->refund_id}} | {{$transaction->order_id}} | {{$transaction->order->seller_is == 'seller' && $transaction->order->seller ? $transaction->order->seller->shop->name : translate('inhouse')}} | {{translate(str_replace('_',' ',$transaction->payment_method))}} | {{translate(str_replace('_',' ',$transaction->payment_status))}} | {{translate($transaction->paid_by)}} | {{setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction->amount), currencyCode: getCurrencyCode())}} | {{ $transaction->transaction_type == 'Refund' ? translate('refunded') : str_replace('_',' ',$transaction->transaction_type)}} |