@if(isset($item))

{{ str_replace(' ', ' ', ucwords(str_replace('.', ' ', $item->event))) }}

{{ get_amount($item->data->amount ?? 0,$item->card_currency,get_wallet_precision()) }}

{{__("web_trx_id")}}
{{ $item->transaction_id ?? "" }}
{{ __("cardI d") }}
{{ $item->cardId ?? '' }}
{{ __("Reference") }}
{{ $item->data->reference }}
{{ __("Status") }}
{{ ucwords($item->data->status ?? "" )}}
{{ __("Balance Before Termination") }}
{{ get_amount($item->data->balanceBeforeTermination ?? 0,$item->card_currency,get_wallet_precision()) }}
@endif