Dashboard Overview
When you log in to the admin panel at /admin, you’ll see the Filament dashboard with CMS resources organized in the sidebar.
![Admin Dashboard - Placeholder for screenshot showing the main dashboard with sidebar navigation]
Navigation Groups
Section titled “Navigation Groups”CMS resources are organized into logical groups:
| Group | Resources | Purpose |
|---|---|---|
| CMS | Pages, Sections, Components | Core content management |
| Blog | Posts, Categories | Blog content |
| Basic Info | Menus | Navigation and structure |
| Business Content | Company Settings | Business information |
Admin Panel Configuration
Section titled “Admin Panel Configuration”- URL:
/admin - Color Theme: Amber
- Access:
super_adminorpanel_userrole - Shield Plugin: Enabled for role/permission management
Quick Actions
Section titled “Quick Actions”From the dashboard you can:
- Create a new page — Go to CMS → Pages → Create
- Manage sections — Go to CMS → Sections to edit reusable content blocks
- Publish a post — Go to Blog → Posts to create blog content
- Update navigation — Go to Basic Info → Menus to edit site navigation
- Manage users — Go to Shield → Roles to configure permissions
Status Indicators
Section titled “Status Indicators”Throughout the admin panel, colors indicate content status:
- 🟢 Published / Active — Content is live on the frontend
- 🟡 Draft / Inactive — Content exists but is not visible
- 🔴 Archived — Content is hidden (for models with soft-delete pattern)