{{ number_format($totalBalanceInUSD, 2) }} {{ $settings->currency }}
Total Balance
Recent Transactions
View All
@endif
{{ $tx->type }}
From:
{{ $tx->from }}
{{ $tx->created_at->toDayDateTimeString() }}
+ {{ $settings->currency }} {{ number_format($tx->amount, 2, '.', ',') }}
@else– {{ $settings->currency }} {{ number_format($tx->amount, 2, '.', ',') }}
@endif @if (Str::contains($tx->status, 'Pending')){{ ucfirst($tx->status) }}
@else{{ ucfirst($tx->status) }}
@endif