{{ notification.title ? notification.title : success ? 'Success!' : 'Error' }}
{{ notification.message ? $t(notification.message) : success ? $t('general.successful') : $t('general.something_went_wrong') }}