Widget Sections
I have a dashboard which I want a lot of stats on.
I want to be able to split each of the stat into a section like you get on a form.
For example I have stats on:
Users
- Total Users
- Total Logged In
- Graph of User Logged in
Orders
- Total Orders
- Total Revenue
- Daily / Weekly / Monthly Sales
Tracking
- Most Commonly clicked Items
- Most Added to Carts
Other Stats...
How can I best achieve this? Is this a custom page or can this be done through base filament?
2 Replies
Bumping
Maybe a custom livewire component using the section blade component?
https://filamentphp.com/docs/3.x/support/blade-components/section
Widgets are livewire components. You can render a widget in the view
https://filamentphp.com/docs/3.x/widgets/adding-a-widget-to-a-blade-view