Cash & Bank
View and manage and transfer between your Cash accounts, Bank accounts, Credit card and loan accounts
Actions
- New Account
- Transfer Money
- Spend Money
- Receive Money
@foreach($accounts as $key=>$accountdata)
@endforeach
{{ ucfirst($accountdata->account_name).' -'.'XXXX XXXX XXXX'.' '.substr ($accountdata->account_number, -4) }}
@if($accountdata->account_type_name =="Bank")
@endif
@if($accountdata->account_type_name =="Cash")
@endif
@if($accountdata->account_type_name =="Loan")
@endif
@if($accountdata->account_type_name =="Credit Card")
@endif
}})
}})
}})
}})
Current Balance
{{ $country_code }} {{ !empty($accountdata->opening_balance)? number_format($accountdata->opening_balance, $decimal_point): number_format(0,$decimal_point) }}
Last Entry:={{time_elapsed_string($accountdata->updated_at)}}