Nur
Falah
ESTATE & WAQF SUITE
Signed in as {currentUser()?.email}
{#if error}

{error}

{/if} {#if loading}

Loading your families…

{:else}

Start your own family estate

If you're the head of family setting this up for the first time, create your family here. You can invite an estate agent to help manage it once it's set up.

{#if invites.length}

Pending invitations

{#each invites as inv}
{inv.familyName} Role: {inv.role}
{/each}
{/if} {#if families.length}

{isAgentForMultiple ? 'Your assigned families' : 'Your families'}

{#each filteredFamilies as f} {/each} {#if filteredFamilies.length === 0}

No families found matching "{searchQuery}"

{/if}
{/if} {/if}