Files
firefly-iii/resources/views/javascript/accounts.blade.php
T
2026-07-09 18:58:26 +02:00

5 lines
190 B
PHP

var accountInfo = [];
@foreach($accounts as $id => $account)
accountInfo[{{ $id }}] = {preferredCurrency: "{{ $account->preferredCurrency }}", name: "{{ $account->name }}"};
@endforeach