{{ vite_asset('admin.js', {}) }} {% if app.environment != 'dev' %} {{ pwa() }} {% endif %}
{# SIDEBAR #} {# MAIN CONTENT #}
{# HEADER #}
{# CONTENT #}

Ludikevent Intranet

{% block title_header %}{{ block('title') }}{% endblock %}

{% block actions %}{% endblock %}
{# MESSAGE D'ERREUR STRIPE #} {% if syncStripe().state == false %}

Erreur de synchronisation Stripe

"{{ syncStripe().message }}"

{% endif %} {# FLASH MESSAGES #}
{% for label, messages in app.flashes %} {% for message in messages %} {% set bgColor = label == 'success' ? 'bg-emerald-500/5' : (label == 'error' ? 'bg-rose-500/5' : 'bg-blue-500/5') %} {% set borderColor = label == 'success' ? 'border-emerald-500/20' : (label == 'error' ? 'border-rose-500/20' : 'border-blue-500/20') %} {% set textColor = label == 'success' ? 'text-emerald-500' : (label == 'error' ? 'text-rose-500' : 'text-blue-500') %}
{% if label == 'success' %} {% else %} {% endif %}

{{ label|capitalize }}

{{ message }}

{% endfor %} {% endfor %}
{% block body %}{% endblock %} {# FOOTER #}