© 2026 Hedgehog Software, LLC
->groups([ Group::make('created_at')->date(), Group::make('updated_at')->date(), ]) ->columns([ Tables\Columns\TextColumn::make('updated_at')->date(), Tables\Columns\TextColumn::make('created_at')->date(), ])