Log what you own — feeds the Faraid Calculator, Wassiyah one-third meter, and Waqf corpus selector.
Estate total
{total.toLocaleString()}
{#each assets as a (a.id)}
{a.type}
{a.description}
{a.ownershipShare}% owned · {a.location || '—'}
{Number(a.value).toLocaleString()}
{a.verified ? '✓ Verified' : 'Unverified'}
{#if a.proofDocumentPath}
View proof
{:else}
{/if}
{:else}
No assets logged yet.
{/each}
{#if totalDebt > 0}
Total outstanding debt{totalDebt.toLocaleString()}
{/if}
{#each liabilities as l (l.id)}
{l.liabilityType}
{l.lender}
{l.notes || '—'}
{Number(l.outstandingBalance || 0).toLocaleString()}
{#if l.documentPath}
View loan document
{:else}
{/if}
{:else}
No liabilities logged.
{/each}