$account->id, 'company_business_type' => $account->company->business_type, 'type' => $account->type, 'reference' => $account->reference, 'bank_name' => $account->bank_name, 'bank_branch' => $account->bank_branch, 'holder_name' => $account->holder_name, 'account_no' => $account->account_no, 'country_id' => $account->country_id, 'default' => $account->default, 'status' => $account->status, ]; } }