## Notification Store
This custom can be used to display toast messages. It has 5 different methods: `send`, `danger`, `warning`, `success`, `info`.
{#each $notifications as notification (notification.id)}
{notification.message}
{#if notification.icon}
{/if}
{/each}