{% extends "layout.twig" %} {% block title %}🏠 Dashboard 📊 - {{ parent() }}{% endblock %} {% block content %}

🎉✨ WELCOME TO THE SUPER AMAZING DRINKS INVENTORY SYSTEM!!! 🍹🥂

{% if showLowStockAlerts %} {% include 'dashboard/low-stock-alerts.twig' %} {% endif %}
🌟 DASHBOARD SUMMARY 🌟

🚀 This AWESOME system helps you manage your drinks inventory 🍺, track stock levels 📊, and create orders 📝!!! 🌟

🚀 GETTING STARTED 🚀
  1. 🍹 Add drink types
    Define your products and set desired stock levels 🎯
    Add Now
  2. 📦 Update inventory
    Keep your stock levels accurate and up-to-date 🔄
    Update
  3. 🛒 Create orders
    Order more drinks based on inventory needs 📝
    Order
  4. 📋 Track orders
    Update inventory when orders are fulfilled ✅
    View
{% if showQuickUpdateForm %} {% include 'dashboard/quick-update-form.twig' %} {% endif %}
💫 FUN FACTS ABOUT DRINKS!!! 💫
🍺 Beer is one of the oldest and most widely consumed alcoholic drinks in the world! 🌍
🍷 Wine has been produced for thousands of years! The earliest evidence of wine is from Georgia (6000 BC)! 🕰️
🍹 The world's most expensive cocktail is the "Diamonds Are Forever" martini, costing $22,600! 💎
🥤 The average person will drink about 20,000 beverages in their lifetime! 😮
💪 MOTIVATION FOR TODAY!!! 💪
🌟 Keep your inventory STOCKED and your customers HAPPY! 😄 You're doing AMAZING work! 🎉
🚀 Remember: Every bottle tracked is a problem solved! 🧠 Stay AWESOME and keep CRUSHING it! 💯
{% endblock %}