Account Name : {{$account->name}}
Account Code. : {{$account->code}}
Account Type : {{$account->type}}
Previous Balance : {{formatPrice($account->previous_balance)}}
Current Balance : {{formatPrice($account->current_balance)}}
Description :
{{$account->description}}
{{$account->description}}
Status : {{$account->status}}
Initiated By : {{$account->user->fullname ?? ""}}
Initiated At : {{substr($account->created_at,0,10)}}