{{ $paygatename }}

@if($paygatename == 'Instamojo') @elseif($paygatename == 'Stripe') @elseif($paygatename == 'PayPal') @elseif($paygatename == 'Razorpay') @elseif($paygatename == 'Paytm') @elseif($paygatename == 'Paystack') @endif
{{ __('Order Transcation ID:') }} {{$response['refund']['payment_id']}}
{{ __('REFUND Transcation ID:') }} {{$response['refund']['id']}}
{{ __('REFUND Status:') }} {{$response['refund']['status']}}
{{ __('Refunded Amount:') }} {{$response['refund']['refund_amount']}}
{{ __('Total Order Amount:') }} {{$response['refund']['total_amount']+$order->handlingcharge}}
{{ __('Created at:') }} {{ date('d-m-Y | h:i A',strtotime($response['refund']['created_at'])) }}
{{ __('Order Transcation ID:') }} {{$response['charge']}}
{{ __('REFUND Transcation ID:') }} {{$response['id']}}
{{ __('REFUND Status:') }} {{ucfirst($response['status'])}}
{{ __('Refunded Amount:') }} {{$response['amount']/100}}
{{ __('Total Order Amount:') }} {{round($order->order_total+$order->handlingcharge,2)}}
{{ __('Created at:') }} {{gmdate("d-m-Y\ | h:i A", $response['created'])}}
{{ __('Order Transcation ID:') }} {{$response->parent_payment}}
{{ __('REFUND Transcation ID:') }} {{$response->id}}
{{ __('REFUND Status:') }} {{ucfirst($response->state)}}
{{ __('Refunded Amount:') }} {{$response->total_refunded_amount['value']}}
{{ __('Total Order Amount:') }} {{round($order->order_total+$order->handlingcharge,2)}}
{{ __('Created at:') }} {{ date('d-m-Y | h:i A',strtotime($response->update_time)) }}
{{ __('Order Transcation ID:') }} {{$response->items[0]->payment_id}}
{{ __('REFUND Transcation ID:') }} {{$response->items[0]->id}}
{{ __('REFUND Status:') }} {{ucfirst($response->items[0]->entity)}}
{{ __('Refunded Amount:') }} {{$response->items[0]->amount/100}}
{{ __('Total Order Amount:') }} {{round($order->order_total+$order->handlingcharge,2)}}
{{ __('Created at:') }} {{gmdate("d-m-Y | h:i A", $response->items[0]->created_at)}}
{{ __('Order Transcation ID:') }} {{$response['TXNID']}}
{{ __('REFUND Transcation ID:') }} {{$data->transaction_id}}
{{ __('REFUND Status:') }} {{ucfirst('Completed')}}
{{ __('Refunded Amount:') }} {{$response['REFUNDAMT']}}
{{ __('Total Order Amount:') }} {{round($order->order_total+$order->handlingcharge,2)}}
{{ __('Created at:') }} {{ date('d-m-Y h:i a',strtotime($response['TXNDATE'])) }}
{{ __('Order Transcation ID:') }} {{ $response['data']['id'] }}
{{ __('REFUND Transcation ID:') }} {{ $response['data']['reference'] }}
{{ __('REFUND Status:') }} {{ ucfirst($response['data']['status']) }}
{{ __('Refunded Amount:') }} {{$response['data']['amount']/100}}
{{ __('Total Order Amount:') }} {{round($order->order_total+$order->handlingcharge,2)}}
{{ __('Created at:') }} {{ date('d-m-Y h:i a',strtotime($response['data']['paid_at'])) }}
{{__("Last Update at:")}} {{ date('d-m-Y | h:i A') }}