{# pages/dashboard.html — Tailwind-first dashboard (no legacy classes, no inline styles) #} {% extends "base.html" %} {% block title %}{{ title | default("Admin") }} — Dashboard{% endblock %} {% block content %} {% set _tile = { 'Categories': 'bg-teal-500/10 text-teal-500', 'Products': 'bg-violet-500/10 text-violet-500', 'Users': 'bg-blue-500/10 text-blue-500', 'Orders': 'bg-orange-500/10 text-orange-500', 'Order Items': 'bg-emerald-500/10 text-emerald-500', 'Admin Field Permissions': 'bg-yellow-500/10 text-yellow-500', 'Admin Permissions': 'bg-red-500/10 text-red-500', 'Admin Users': 'bg-indigo-500/10 text-indigo-500', 'Admin Audit Logs': 'bg-cyan-500/10 text-cyan-500', 'Admin Roles': 'bg-pink-500/10 text-pink-500' } %}
Welcome back, Admin! Here's what's happening with your store today.
Latest system activities will appear here
No recent Activity
System activities will appear here
Common actions at your fingertips