<ul>
<li>
<strong>New object</strong> =>
<span class="badge badge-light-success fs-6 fw-bold my-2">{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_CREATE') }}</span>
<ul>
<li>The <b>{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_CREATE') }}</b> status signifies that new object has beed created.</li>
</ul>
</li>
<li>
<strong>Modifying the object</strong> =>
<span class="badge badge-light-success fs-6 fw-bold my-2">{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_UPDATE') }}</span>
<ul>
<li>The <b>{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_UPDATE') }}</b> status signifies that the object has beed updated.</li>
</ul>
</li>
<li>
<strong>Removing the object</strong> =>
<span class="badge badge-light-success fs-6 fw-bold my-2">{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_DELETE') }}</span>
<ul>
<li>The <b>{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_DELETE') }}</b> status signifies that the object has beed deleted.</li>
</ul>
</li>
</ul>