@extends($activeTemplate . 'layouts.master') @section('content')
| @lang('Currency | Wallet') | @lang('Transacted') | @lang('Trx') | @lang('Amount') | @lang('Post Balance') | @lang('Detail') |
|---|---|---|---|---|---|
|
{{ $curSymbol }}
@if (!$trx->wallet_id) @lang('Main Balance') @else {{ @$trx->wallet->name }} | {{ __(strToUpper(@$trx->wallet->type_text)) }} @endif |
{{ showDateTime($trx->created_at) }}
{{ diffForHumans($trx->created_at) }} |
{{ $trx->trx }} | {{ $trx->trx_type }} {{ showAmount($trx->amount, $decimal, currencyFormat: false) }} {{ $curSymbol }} | {{ showAmount($trx->post_balance, $decimal, currencyFormat: false) }}
{{ $curSymbol }}
|
{{ __($trx->details) }} |