@extends($activeTemplate . 'layouts.merchant') @section('content') @php $kyc = getContent('kyc.content', true); @endphp
{{ __(@$kyc->data_values->reject) }} @lang('Click Here to Re-submit Documents'), .
{{ __(@$kyc->data_values->required) }} @lang('Click Here to Submit Documents')
{{ __(@$kyc->data_values->pending) }} @lang('See KYC Data')
| @lang('Trx') | @lang('Transacted') | @lang('Amount') | @lang('Charge') | @lang('Post Balance') | @lang('Detail') |
|---|---|---|---|---|---|
| {{ $trx->trx }} |
{{ showDateTime($trx->created_at) }} {{ diffForHumans($trx->created_at) }} |
{{ $trx->trx_type }} {{ showAmount($trx->amount) }} | {{ showAmount($trx->charge) }} | {{ showAmount($trx->post_balance) }} | {{ __($trx->details) }} |