Skip to content

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]

CMS resources are organized into logical groups:

GroupResourcesPurpose
CMSPages, Sections, ComponentsCore content management
BlogPosts, CategoriesBlog content
Basic InfoMenusNavigation and structure
Business ContentCompany SettingsBusiness information
  • URL: /admin
  • Color Theme: Amber
  • Access: super_admin or panel_user role
  • Shield Plugin: Enabled for role/permission management

From the dashboard you can:

  1. Create a new page — Go to CMS → Pages → Create
  2. Manage sections — Go to CMS → Sections to edit reusable content blocks
  3. Publish a post — Go to Blog → Posts to create blog content
  4. Update navigation — Go to Basic Info → Menus to edit site navigation
  5. Manage users — Go to Shield → Roles to configure permissions

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)