{{ __('Transaction') }} / #{{ the_tnx(data_get($tnx, 'tnx')) }}
- {{ __('Type:') }} {{ __(ucfirst($tnx->type)) }}
- {{ __('Status:') }} {{ __(ucfirst($tnx->status)) }}
- {{ __('Order At:') }} {{ __(show_date($tnx->created_at, true)) }}
{{ __('In Account') }}
{{ __('Amount') }}
{{ __('Total :Type', ['type' => data_get($tnx, 'type')]) }}
{{ __('Fees') }}
{{ __('In Transaction') }}
{{ __('Amount') }}
{{ __('Total Charge') }}
{{ __('Exchage Rate') }}
{{ __('Order Info') }}
{{ __('Order Date') }}
{{ __('Order By') }}
@if(data_get($tnx, 'confirmed_at'))
{{ __('Confirmed At') }}
{{ __('Confirmed By') }}
@endif
@if(data_get($tnx, 'completed_at'))
{{ __('Completed At') }}
{{ __('Completed By') }}
@endif
{{ __('Additional Details') }}
{{ __('Transaction Type') }}
{{ __('Payment Gateway') }}
@if(data_get($tnx, 'pay_from'))
{{ __('Payment From') }}
@endif
@if(data_get($tnx, 'reference'))
{{ __('Reference / Hash') }}
@endif
@if(data_get($tnx, 'pay_to'))
{{ __('Payment To') }} ({{ data_get($tnx, 'meta.pay_meta.account_name') ?? data_get($tnx, 'meta.pay_meta.payment.acc_name') }})
@endif
@if(data_get($tnx, 'description'))
{{ __('Transaction Details') }}
@endif
@if(data_get($tnx, 'remark'))
{{ __('Note by Admin') }}
@endif
@if(data_get($tnx->ledger,'balance'))
{{ __('Updated Balance') }}
@endif