{{ $title }}
LOGIN IP: {{ request()->ip() }}
Date: {{ now() }}
@if ($user->image == null)
@else
@endif
{{ $user->first_name . ' ' . $user->last_name }}
Account holder
Account holder
{{ $user->first_name . ' ' . $user->last_name }}
Account holder
Account holder
Available Balance
{{-- --}}
{{ currency($user->currency) . formatAmount($user->balance) }}
Account holder
{{ $user->first_name . ' ' . $user->last_name }}
Account Type
{{ $user->account_type }}
Account Number
{{ $user->account_number }}
Account State
@foreach ($accountStates as $accountState)
@if ($user->account_state == $accountState->value)
{{ $accountState->name }}
@endif
@endforeach
latest transactions
below is the recent transaction occurred on your
account
@forelse ($transactions as $transaction)
{{ $transaction->type }}
@endforelse
{{ currency($user->currency) . formatAmount($transaction->amount) }} {{ currency($user->currency, 'name') }}
{{ $transaction->description }}
Balance: {{ currency($user->currency) . formatAmount($transaction->current_balance) }}
Date: {{ date('dS M, Y', strtotime($transaction->date)) }} @empty
No transactions yet
Transactions
Transfers
Transfer History
{{ $transfers }} Total Transfers
Last updated: {{ date('M dS Y') }}
Applications
Profile