© 2026 Hedgehog Software, LLC
$dashboardData = new DashboardData(); $data = $dashboardData->retrieve(); $todayData = $data->get('most_sold_series');
public function table(Table $table): Table { return $table ->query( // ... ) ->columns([ // ... ]); }