Balance Sheet

Date
@if (infoResource.isLoading()) { } @else if (infoResource.error()) { } @else { Group {{ row.group }} {{ info().footer?.group }} Name {{ row.name }} {{ info().footer?.name }} Amount {{ row.subAmount | currency: 'INR' | clear }} {{ $safeNavigationMigration(info().footer?.subAmount) | currency: 'INR' | clear }} Total {{ row.amount | currency: 'INR' | clear }} {{ $safeNavigationMigration(info().footer?.amount) | currency: 'INR' | clear }} }