© 2026 Hedgehog Software, LLC
actions()
public function table(Table $table): Table { return Resource::table($table) ->actions([ // ViewAction::make() commented out EditAction::make() ]); }
ViewAction::make(), EditAction::make(),