@if($data->txn_number != null) @endif @if($data->method != null) @endif @if($data->txnid != null) @endif
{{ __('Amount') }} {{ $data->type == 'plus' ? '+' : '-' }} {{ \PriceHelper::showOrderCurrencyPrice(($data->amount * $data->currency_value),$data->currency_sign) }}
{{ __('Transaction ID') }} {{ $data->txn_number }}
{{ __('Method') }} {{ $data->method }}
{{ $data->method }} {{ __('Transaction ID') }} {{ $data->txnid }}
{{ __('Details') }} {{ $data->details }}
{{ __('Transaction Date') }} {{ $data->created_at }}