© 2026 Hedgehog Software, LLC
UserResource
PostResource
PostRelationManager
Post
public function table(Table $table): Table { return PostResource::table($table); }
->actions([ Tables\Actions\ActionGroup::make([ Tables\Actions\ViewAction::make(), Tables\Actions\EditAction::make(), ]), ])